PHPackages                             getvero/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. getvero/vero-php

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

getvero/vero-php
================

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

v1.0.0(10y ago)9269.5k↑67.2%16[2 issues](https://github.com/getvero/vero-php/issues)[2 PRs](https://github.com/getvero/vero-php/pulls)PHPPHP &gt;=5.3.0

Since Jun 25Pushed 4y ago24 watchersCompare

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

READMEChangelogDependenciesVersions (3)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:

```
require_once('PATH/TO/FILE/vero.php');

$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

38

—

LowBetter than 85% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

3850d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1728996789207d71a97042ee0d63b204870ca0af1eff26a7f915f875e2f4956a?d=identicon)[getvero](/maintainers/getvero)

---

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)")[![DaniFrancisco](https://avatars.githubusercontent.com/u/17492799?v=4)](https://github.com/DaniFrancisco "DaniFrancisco (5 commits)")[![arduanov](https://avatars.githubusercontent.com/u/8693029?v=4)](https://github.com/arduanov "arduanov (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/getvero-vero-php/health.svg)

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

###  Alternatives

[yireo/magento2-replace-all

Remove various packages from Magento

1303.7k](/packages/yireo-magento2-replace-all)

PHPackages © 2026

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