Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevdv committed Dec 7, 2018
1 parent 08ed433 commit 2fec749
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@ If you have developed software based around phpagi, we'd like to hear from
you! Drop us a note, and indicate whether you'd like us to list your
application on our website.

## Installation

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```bash
$ composer require welltime/phpagi ^2.20
```

or add

```
"welltime/phpagi": "^2.20"
```

to the ```require``` section of your `composer.json` file.

FILES
-----
* phpagi.php - The main phpagi class.
Expand Down

0 comments on commit 2fec749

Please sign in to comment.