php-lce
A PHP library that provides an interface to the LCE web services. https://lce.io
Installation
Retrieve php-lce
$ git clone https://github.com/lce/php-lce.git
$ cd php-lce
Install composer
$ curl -s http://getcomposer.org/installer | php
Install php-lce's dependencies
$ php composer.phar install
Then you can run an example to make sure everything works as expected
$ php examples/version.php