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

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

bobbymaher/emitter
==================

wrapper for emitter.io around bluerhinos/phpmqtt

0.2.6(7y ago)41.7k4[1 PRs](https://github.com/bobbymaher/emitter.io-php/pulls)PHPPHP &gt;=5.3

Since May 22Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)DependenciesVersions (11)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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

10

Last Release

2908d ago

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

0.1.2PHP &gt;=5.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/47fa724dcba15adf21759b8c59a7ff80a1b2cb4d8963d38ebcfe91adc53c694e?d=identicon)[bobbymhr](/maintainers/bobbymhr)

---

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)")[![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)")

### Embed Badge

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

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

###  Alternatives

[derhansen/sf_banners

Banner-Management Extension based on Extbase and Fluid. Loads banners asynchronously using JavaScript.

1144.5k](/packages/derhansen-sf-banners)[kelunik/retry

A tiny library for retrying failed operations.

1620.1k7](/packages/kelunik-retry)

PHPackages © 2026

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