M4R7iNP / imboclient-php

A client for Imbo written in PHP

Home Page:http://www.imbo-project.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A client for Imbo written in PHP

http://www.imbo-project.org/

License:MIT License


Languages

Language:PHP 97.5%Language:Ruby 2.5%