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

This package is not auto-updated.

Last update: 2024-04-13 12:43:14 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.