andruu / unio
There is no license information available for the latest version (dev-master) of this package.
Port of unio node.js package in PHP.
dev-master
2013-02-25 17:49 UTC
Requires
- guzzle/guzzle: ~3.1.1
This package is auto-updated.
Last update: 2025-02-12 15:42:57 UTC
README
Port of unio node.js package in PHP.
Original node.js unio: https://github.com/ttezel/unio
Original blog post: http://ttezel.github.com/blog/2013/02/23/stop-writing-rest-api-clients/
Installation
The recommended way to install Unio-PHP is through composer.
"require": { "andruu/unio": "dev-master" }
Run composer install
.