Download the PHP package twitter/vine without Composer
On this page you can find all versions of the php package twitter/vine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor twitter
Package vine
Short Description A PHP client written for the unofficial Vine API
License
Package vine
Short Description A PHP client written for the unofficial Vine API
License
Please rate this library. Is it a good library?
Informations about the package vine
Vine PHP API Client
A PHP Vine API client
Usage:
Create a new instance of the Client:
$vine = new \Api\Vine\Client();
Then use the get
method to call one of the get resources, e.g.
//Searches, just give the get the resource and it will respond with the results in stdObj format
$searchResults = $vine->get('timelines/tag/{{searchQuery}}');
//Creates a vine session
$login = $vine
->setUsername('bananana')
->setPassword('LOL_SONY')
->login();
//Deletes the login
$logout = $vine->logout();
You can see the API documentation here: [https://github.com/starlock/vino/wiki/API-Reference](Vine API Reference)
All versions of vine with dependencies
PHP Build Version
Package Version
Requires
lib/curl Version
0.5
The package twitter/vine contains the following files
Loading the files please wait ....