From 2fec7491f426dfbc65b7bf0a7fcada3b480c1d89 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Alekseev" Date: Fri, 7 Dec 2018 15:21:05 +0300 Subject: [PATCH] Add installation instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ea9659f..e028a98 100644 --- a/README.md +++ b/README.md @@ -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.