PHPackages                             docplanner/vero-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. docplanner/vero-php

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

docplanner/vero-php
===================

Library for tracking users and event with Vero's communications platform

v1.0.1(10y ago)1126.6k1PHPPHP &gt;=5.4.0

Since Jun 25Pushed 10y ago9 watchersCompare

[ Source](https://github.com/DocPlanner/vero-php)[ Packagist](https://packagist.org/packages/docplanner/vero-php)[ RSS](/packages/docplanner-vero-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Vero PHP client
===============

[](#vero-php-client)

Vero PHP client is using cURL on top on our Rest API. Here's how to use it:

```
$v = new Vero("YOUR_AUTH_TOKEN");

$v->identify("1234567890", "jeff@yourdomain.com", array('First name' => 'Jeff', 'Last name' => 'Kane'));
$v->update("1234567890", array('First name' => 'Jack', 'Last name' => 'Wollo', 'job_title' => 'Developer'));
$v->tags('1234567890', array('Blog reader'), array());

$v->track("Subscribe to service", array('id' => '1234567890'), array('Plan name' => 'XL Plan', 'Price' => 149));

$v->unsubscribe("1234567890");
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~191 days

Total

2

Last Release

3654d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

v1.0.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/10ae2527ad43745ea12faa6b628461b5eadd38cc4135d7eb534f29a374f9759e?d=identicon)[lukasz.barulski](/maintainers/lukasz.barulski)

---

Top Contributors

[![damienbrz](https://avatars.githubusercontent.com/u/229829?v=4)](https://github.com/damienbrz "damienbrz (14 commits)")[![chexton](https://avatars.githubusercontent.com/u/692868?v=4)](https://github.com/chexton "chexton (6 commits)")[![arduanov](https://avatars.githubusercontent.com/u/8693029?v=4)](https://github.com/arduanov "arduanov (1 commits)")[![kolah](https://avatars.githubusercontent.com/u/448553?v=4)](https://github.com/kolah "kolah (1 commits)")[![mallinkbird](https://avatars.githubusercontent.com/u/15320792?v=4)](https://github.com/mallinkbird "mallinkbird (1 commits)")[![sanzaru](https://avatars.githubusercontent.com/u/3462314?v=4)](https://github.com/sanzaru "sanzaru (1 commits)")

### Embed Badge

![Health badge](/badges/docplanner-vero-php/health.svg)

```
[![Health](https://phpackages.com/badges/docplanner-vero-php/health.svg)](https://phpackages.com/packages/docplanner-vero-php)
```

PHPackages © 2026

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