Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 2fec749

Browse files
committed
Add installation instructions
1 parent 08ed433 commit 2fec749

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,24 @@ If you have developed software based around phpagi, we'd like to hear from
1919
you! Drop us a note, and indicate whether you'd like us to list your
2020
application on our website.
2121

22+
## Installation
23+
24+
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
25+
26+
Either run
27+
28+
```bash
29+
$ composer require welltime/phpagi ^2.20
30+
```
31+
32+
or add
33+
34+
```
35+
"welltime/phpagi": "^2.20"
36+
```
37+
38+
to the ```require``` section of your `composer.json` file.
39+
2240
FILES
2341
-----
2442
* phpagi.php - The main phpagi class.

0 commit comments

Comments
 (0)