/imboclient-php

A client for Imbo written in PHP

Primary LanguagePHPMIT LicenseMIT

PHP client for Imbo

A PHP client for Imbo.

Current build Status

License

Copyright (c) 2011-2015, Christer Edvartsen cogo@starzinger.net

Licensed under the MIT License

Documentation

Documentation is available at http://imboclient-php.readthedocs.org/.

Requirements

ImboClient requires PHP >= 5.3.3.

Installation

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.