2017 © Pedro Peláez
 

library php-scoopit-client

PHP API client for Scoop.it

image

humanized/php-scoopit-client

PHP API client for Scoop.it

  • Sunday, January 7, 2018
  • by jeffrey.geyssens
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Scoop.it Client

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)

Installation

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)

Getting Started

//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);

The Versions

07/01 2018

dev-master

9999999-dev

PHP API client for Scoop.it

  Sources   Download

MIT

The Requires

 

by Jeffrey Geyssens

api php scoop.it