dev-master
9999999-devPHP API client for Scoop.it
MIT
The Requires
by Jeffrey Geyssens
api php scoop.it
Wallogit.com
2017 © Pedro Peláez
PHP API client for Scoop.it
PHP API client for the Scoop.it API., (*1)
To use this software an API key is required which can be requested at : https://scoop.it., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
$ php composer.phar require humanized/php-scoopit-client "dev-master"
or add, (*5)
"humanized/php-scoopit-client": "dev-master"
to the require section of your composer.json file., (*6)
//Initialise the client with valid scoop.it account credentials
$config= [ 'base_uri'=>'your-scoopit-account',
'consumer_key'=>'your-consumer-key',
'consumer_secret'=>'your-consumer-secret',
'token'=>'your-token',
'token_secret'=>'your-consumer-key',
'consumer_key'=>'your-consumer-key',
];
$client=new ScoopitClient($config);
//And away we go!
$response = $client->test();
var_dump($response);
PHP API client for Scoop.it
MIT
api php scoop.it