2017 © Pedro Peláez
 

library vine

A PHP client written for the unofficial Vine API

image

twitter/vine

A PHP client written for the unofficial Vine API

  • Tuesday, August 25, 2015
  • by andre
  • Repository
  • 1 Watchers
  • 4 Stars
  • 230 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Vine PHP API Client

A PHP Vine API client, (*1)

Build Status Latest Stable Version Code Coverage Version, (*2)

Usage:

Create a new instance of the Client:, (*3)

$vine = new \Api\Vine\Client();

Then use the get method to call one of the get resources, e.g., (*4)

//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), (*5)

The Versions

25/08 2015

dev-develop

dev-develop

A PHP client written for the unofficial Vine API

  Sources   Download

The Requires

 

The Development Requires

25/08 2015

dev-master

9999999-dev

A PHP client written for the unofficial Vine API

  Sources   Download

The Requires

 

The Development Requires

25/08 2015

0.0.4

0.0.4.0

A PHP client written for the unofficial Vine API

  Sources   Download

The Requires

 

The Development Requires

23/12 2014

0.0.3

0.0.3.0

A PHP client written for the unofficial Vine API

  Sources   Download

The Requires

 

The Development Requires

23/12 2014

0.0.2

0.0.2.0

A PHP client written for the unofficial Vine API

  Sources   Download

The Requires

 

The Development Requires

22/12 2014

0.0.1

0.0.1.0

A PHP client written for the unofficial Vine API

  Sources   Download

The Requires

 

The Development Requires