PHPackages                             messagebird/pushprom-php-client - 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. messagebird/pushprom-php-client

ActiveLibrary

messagebird/pushprom-php-client
===============================

A PHP client for Pushprom

1.0.2(4y ago)7194.8k↓34.2%5[1 issues](https://github.com/messagebird/pushprom-php-client/issues)1BSD-2-ClausePHPPHP ^7.3|^8.0

Since Aug 17Pushed 4y ago11 watchersCompare

[ Source](https://github.com/messagebird/pushprom-php-client)[ Packagist](https://packagist.org/packages/messagebird/pushprom-php-client)[ Docs](https://www.messagebird.com)[ RSS](/packages/messagebird-pushprom-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (1)

Pushprom PHP client
===================

[](#pushprom-php-client)

This is a PHP client for [Pushprom](https://github.com/messagebird/pushprom). If you use Yii 2 you may want to have a look at the [Yii 2 client](https://github.com/messagebird/pushprom-yii2-client).

[![Latest Stable Version](https://camo.githubusercontent.com/872ddf57da771f8cb96a944f1287b889e2960eddc0671ce49c376b5430f2829b/68747470733a2f2f706f7365722e707567782e6f72672f6d657373616765626972642f7075736870726f6d2d7068702d636c69656e742f762f737461626c652e737667)](https://packagist.org/packages/messagebird/pushprom-php-client)[![License](https://camo.githubusercontent.com/cb286aa4498c6a3669f8cff5d2098abd5cac920320ee43f22cec3e882e5c54ad/68747470733a2f2f706f7365722e707567782e6f72672f6d657373616765626972642f7075736870726f6d2d7068702d636c69656e742f6c6963656e73652e737667)](https://packagist.org/packages/messagebird/pushprom-php-client)

Installing
----------

[](#installing)

You can install the Pushprom PHP client through Composer by running:

```
composer require messagebird/pushprom-php-client:1.0.0
```

Alternatively, add this to your `composer.json`:

```
"require": {
    "messagebird/pushprom-php-client": "1.0.0"
}
```

And then install by running:

```
composer update messagebird/pushprom-php-client
```

Usage
-----

[](#usage)

```
$con = new \pushprom\Connection('udp://127.0.0.1:9090');
$gauge = new \pushprom\Gauge($con,
    "fish_in_the_sea",
    "we eat fish and new fish is born",
    ["species" => "Thalassoma noronhanum"]);
$gauge->set(2000);
```

License
-------

[](#license)

The PHP client for Pushprom is licensed under [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause). Copyright (c) 2016, MessageBird

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 81.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 ~958 days

Total

3

Last Release

1645d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0defb01c295cbc61145134017634d6ad6d511495493a45f504b32dbda650ee5?d=identicon)[samwierema](/maintainers/samwierema)

---

Top Contributors

[![alexandra-default](https://avatars.githubusercontent.com/u/37589621?v=4)](https://github.com/alexandra-default "alexandra-default (13 commits)")[![julianrutten](https://avatars.githubusercontent.com/u/1588481?v=4)](https://github.com/julianrutten "julianrutten (2 commits)")[![marcelcorso](https://avatars.githubusercontent.com/u/19642?v=4)](https://github.com/marcelcorso "marcelcorso (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/messagebird-pushprom-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/messagebird-pushprom-php-client/health.svg)](https://phpackages.com/packages/messagebird-pushprom-php-client)
```

PHPackages © 2026

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