PHPackages                             mcarpenter/vinephp - 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. mcarpenter/vinephp

ActiveLibrary

mcarpenter/vinephp
==================

A Vine API for PHP

21683PHP

Since May 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ahsile/vinephp)[ Packagist](https://packagist.org/packages/mcarpenter/vinephp)[ RSS](/packages/mcarpenter-vinephp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

vinephp
=======

[](#vinephp)

*PHP wrapper for the [Vine](https://vine.co) API*

Installation
------------

[](#installation)

From composer

```
php composer.phar require mcarpenter/vinephp

```

From source

```
git clone https://github.com/ahsile/vinephp.git

```

Examples
--------

[](#examples)

```
use mcarpenter/vinephp

$vine = new API("username", "password");
$user = $vine->user;
$followers = $user->followers();
$timeline = $user->timeline();
```

Acknowledgements
----------------

[](#acknowledgements)

- Inspired on [vinepy](https://github.com/davoclavo/vinepy)
- Based on the Vine API documentation by [neuegram](https://github.com/neuegram) and [starlock](https://github.com/starlock/vino/wiki/API-Reference)
- Thanks to [Vine](https://vine.co) for making such an amazing app.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ec57934a6e7c06bb434ae934f4ff6f3c00bd0cb789c912da4ebfa07215c9533?d=identicon)[ahsile](/maintainers/ahsile)

---

Top Contributors

[![ahsile](https://avatars.githubusercontent.com/u/168635360?v=4)](https://github.com/ahsile "ahsile (3 commits)")

### Embed Badge

![Health badge](/badges/mcarpenter-vinephp/health.svg)

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

PHPackages © 2026

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