Installation
System Requirements
PHP 5.2 and later.
Dependencies
SDK require the following extension in order to work properly:
Manual Installation
If you do not use Composer, you can download the latest release. Or clone from GitHub the latest developer version
git clone [email protected]:kosatyi/ipsp-php.git
Then include autoload file in your project.
<?php
require_once('/path/to/ipsp-php/autoload.php');
Composer
If you’re using Composer, you can run the following command:
composer require kosatyi/ipsp-php
Or add dependency manually in composer.json
{
"require": {
...
"kosatyi/ipsp-php":"^1.1"
...
}
}