A PHP client for Imbo.
Copyright (c) 2011-2015, Christer Edvartsen [email protected]
Licensed under the MIT License
Documentation is available at http://imboclient-php.readthedocs.org/.
ImboClient requires PHP >= 5.3.3.
ImboClient can be installed using Composer by specifying imbo/imboclient
in your dependencies, or by running the following commands:
curl -s https://getcomposer.org/installer | php
php composer.phar create-project imbo/imboclient [<dir>] [<version>]
Available versions of the client can be found on Packagist.