Download the PHP package noprotocol/socialcast without Composer
On this page you can find all versions of the php package noprotocol/socialcast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download noprotocol/socialcast
More information about noprotocol/socialcast
Files in noprotocol/socialcast
Download noprotocol/socialcast
More information about noprotocol/socialcast
Files in noprotocol/socialcast
Vendor noprotocol
Package socialcast
Short Description PHP Client for Socialcast’s REST API
License
Package socialcast
Short Description PHP Client for Socialcast’s REST API
License
Keywords socialcast
Please rate this library. Is it a good library?
Informations about the package socialcast
Socialcast PHP
PHP client for Socialcast’s REST API
Examples
Using Basic Authentication
Using OAuth 2.0 Authentication
Resources are Lazy
To minimize the amount of api request the Resource objects such as the User resource are loaded lazily.
For example: $user = $socialcast->getUser(123);
doesn't make any api calls until a property is accessed.
var_dump($user); // shows #response: false.
$id = $user->id
var_dump($user); // shows #response: array with data.
All versions of socialcast with dependencies
PHP Build Version
Package Version
Requires
sledgehammer/core Version
*
The package noprotocol/socialcast contains the following files
Loading the files please wait ....