Flexpi PHP-SDK
Flexpi is a set of useful services which can really speed up and improve your work on HTML5 applications or games., (*1)
This library allows for access to Flexpi.com REST API., (*2)
Flexpi PHP-SDK works with PHP 5.3.3 or later., (*3)
Installation
The recommended way to install Flexpi PHP-SDK is through
composer. Just create a composer.json file and
run the php composer.phar install command to install it:, (*4)
{
"require": {
"flywithmonkey/flexpi-php-sdk": "dev-master"
}
}
Read the [documentation][2] for more information., (*5)
License
Flexpi PHP-sdk is licensed under the MIT license., (*6)