PHPackages                             twitter/vine - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. twitter/vine

ActiveLibrary[API Development](/categories/api)

twitter/vine
============

A PHP client written for the unofficial Vine API

0.0.4(10y ago)32451PHP

Since Dec 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/andrefigueira/Vine)[ Packagist](https://packagist.org/packages/twitter/vine)[ RSS](/packages/twitter-vine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

Vine PHP API Client
-------------------

[](#vine-php-api-client)

A PHP Vine API client

[![Build Status](https://camo.githubusercontent.com/fd8b979074a22fd64284508e527958a9dcde6c4b5e256753acc1d14dc13ec65b/68747470733a2f2f7472617669732d63692e6f72672f616e64726566696775656972612f56696e652e7376673f6272616e63683d6d6173746572267374796c653d666c6174)](https://travis-ci.org/andrefigueira/Vine)[![Latest Stable Version](https://camo.githubusercontent.com/cbd2fb770848881cbaa19cc6db3cab1fa1000db9535a313b77634d6a5b9c65aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f747769747465722f76696e652e7376673f7374796c653d666c6174)](https://packagist.org/packages/twitter/vine)[![Code Coverage](https://camo.githubusercontent.com/c4bc694da344c0f3c427f0cd675dbdc5695af7bc89927a9503c07a03aab38615/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f616e64726566696775656972612f76696e652e7376673f7374796c653d666c6174)](https://codecov.io/github/andrefigueira/Vine)[![Version](https://camo.githubusercontent.com/f7426b4de90dd07608e47c8e91f97f9075d464d61fee7671c9dfbc118bdb83fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f747769747465722f76696e652e7376673f7374796c653d666c6174)](https://packagist.org/packages/twitter/vine)

### Usage:

[](#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](https://github.com/starlock/vino/wiki/API-Reference](Vine) API Reference)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~82 days

Total

4

Last Release

3919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a901aad2498f1239d81fe941bceb28b474885501b0bb92509c810aaacad1227?d=identicon)[andre](/maintainers/andre)

---

Top Contributors

[![andrefigueira](https://avatars.githubusercontent.com/u/806006?v=4)](https://github.com/andrefigueira "andrefigueira (26 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/twitter-vine/health.svg)

```
[![Health](https://phpackages.com/badges/twitter-vine/health.svg)](https://phpackages.com/packages/twitter-vine)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
