PHPackages                             gaborreszler/emitter - 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. gaborreszler/emitter

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

gaborreszler/emitter
====================

PHP 8.0 compatible wrapper for emitter.io by bobbymaher/emitter around bluerhinos/phpmqtt

0.3.0(1y ago)04PHPPHP &gt;=8.0

Since May 22Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (12)Used By (0)

```
# A php SDK for publishing to emitter https://emitter.io/

To install via Composer
-----------------------
- `composer require bobbymaher/emitter`

or add to composer:

 - "bobbymaher/emitter": "0.2.*"

a wrapper around bluerhinos/phpmqtt
it currently only publishes, if you want to add features open a PR

        $emitter = new \emitter\emitter(array(
                'server' => 'emitter.tld',
                'port'   => '8080',
            ));

            $emitterChannel = 'test';
            $emitterKey = 'keykekyguihetgiuhui';

            $emitter->publish(
                array(
                    'key'     => $emitterKey,
                    'channel' => $emitterChannel,
                    'ttl' => 5,
                    'message' => array(
                        'blah'    => 'gggg',
                        'name'     => 'jimbob',

                    ),
                )
            );

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance51

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~253 days

Recently: every ~633 days

Total

11

Last Release

374d ago

PHP version history (3 changes)0.1.0PHP &gt;=5.4

0.1.2PHP &gt;=5.3

0.3.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/86dbf858d0c10d3bc749527678e55d51e7be6932e4f96b6495da8e270d136391?d=identicon)[gaborreszler](/maintainers/gaborreszler)

---

Top Contributors

[![bobbymaher](https://avatars.githubusercontent.com/u/7385184?v=4)](https://github.com/bobbymaher "bobbymaher (23 commits)")[![bluerhinos](https://avatars.githubusercontent.com/u/391820?v=4)](https://github.com/bluerhinos "bluerhinos (20 commits)")[![alexandre-mbm](https://avatars.githubusercontent.com/u/957501?v=4)](https://github.com/alexandre-mbm "alexandre-mbm (5 commits)")[![timhjca](https://avatars.githubusercontent.com/u/29737242?v=4)](https://github.com/timhjca "timhjca (3 commits)")[![gaborreszler](https://avatars.githubusercontent.com/u/24459891?v=4)](https://github.com/gaborreszler "gaborreszler (2 commits)")[![chuesler](https://avatars.githubusercontent.com/u/4731876?v=4)](https://github.com/chuesler "chuesler (2 commits)")[![flurischt](https://avatars.githubusercontent.com/u/191603?v=4)](https://github.com/flurischt "flurischt (1 commits)")[![kuzmichus](https://avatars.githubusercontent.com/u/430747?v=4)](https://github.com/kuzmichus "kuzmichus (1 commits)")[![PacAnimal](https://avatars.githubusercontent.com/u/4450379?v=4)](https://github.com/PacAnimal "PacAnimal (1 commits)")

---

Tags

emitteremitteriophpmqtt

### Embed Badge

![Health badge](/badges/gaborreszler-emitter/health.svg)

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

###  Alternatives

[league/event

Event package

1.6k141.6M183](/packages/league-event)[contributte/event-dispatcher

Best event dispatcher / event manager / event emitter for Nette Framework

292.4M19](/packages/contributte-event-dispatcher)[jbzoo/event

Library for event-based development

29760.0k5](/packages/jbzoo-event)[dazzle-php/event

Dazzle Events &amp; Dispatchers.

161.7k6](/packages/dazzle-php-event)

PHPackages © 2026

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