We pushed a commit recently to support composer, a dependency manager for PHP.
This makes installing our PHP SDK into your project a breeze.
After installing composer, create “composer.json” in your project root directory and require as such:
{ "require": { "hoiio/hoiio-php": "0.0.6" } }
To initialize installing of the libraries and dependencies, run:
php composer.phar install
That’s it!
Thanks to composer, installing/updating SDKs is now much easier.
Categories: API for Developers
Leave a Reply