Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLemaire committed Jun 30, 2020
1 parent 8840ef9 commit d785499
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
This is a non-official Aircall PHP library which provides access to the Aircall API from applications written in the PHP language.

Api references: https://developer.aircall.io/api-references/

## API version
Last update: 1.11.2


## Installation

Requires PHP 5.6.

Using Composer:

The recommended way to install aircall-php is through [Composer](https://getcomposer.org):

First, install Composer:

```
$ curl -sS https://getcomposer.org/installer | php
```

Next, install the latest aircall-php:

```
$ php composer.phar require antoinelemaire/aircall-php
```

Finally, you can include the files in your PHP script:

```php
require "vendor/autoload.php";
composer require antoinelemaire/aircall-php
```

## Usage
Expand Down

0 comments on commit d785499

Please sign in to comment.