Flexpi is a set of useful services which can really speed up and improve your work on HTML5 applications or games.
This library allows for access to Flexpi.com REST API.
Flexpi PHP-SDK works with PHP 5.3.3 or later.
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:
{
"require": {
"flywithmonkey/flexpi-php-sdk": "dev-master"
}
}
Read the documentation for more information.
Flexpi PHP-sdk is licensed under the MIT license.