dev-master
9999999-dev http://github.com/pdenis/osrc-clientPHP Osrc Client
MIT
The Requires
- php >=5.3.3
- guzzle/http 3.*
The Development Requires
by Pascal DENIS
library snide osrc
PHP Osrc Client
A PHP Client for osrc.dfm.io API, (*1)
If you use composer, add osrc-client library as a dependency to the composer.json of your application, (*3)
"require": { ... "snide/php-osrc-client": "dev-master" ... },
To access http://osrc.dfm.io/username.json, you can do :, (*4)
<?php $client = new Snide\Osrc\Client(); $repo = $client->fetchUser(new User('username'));
That's all!, (*5)
PHP Osrc Client
MIT
library snide osrc