PHPackages                             miya0001/wp-socketio-emiter - 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. miya0001/wp-socketio-emiter

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

miya0001/wp-socketio-emiter
===========================

0.1.0(10y ago)01.0kGPL2ShellPHP &gt;=5.4

Since Mar 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/miya0001/wp-socketio-emiter)[ Packagist](https://packagist.org/packages/miya0001/wp-socketio-emiter)[ RSS](/packages/miya0001-wp-socketio-emiter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

WP SocketIO Emiter
==================

[](#wp-socketio-emiter)

[![Build Status](https://camo.githubusercontent.com/b8b4eadf738ce15c216d09cb3ba46c5bd8dcb7db89b50c360c34d33a23dd91a1/68747470733a2f2f7472617669732d63692e6f72672f6d697961303030312f77702d736f636b6574696f2d656d697465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/miya0001/wp-socketio-emiter) [![Latest Stable Version](https://camo.githubusercontent.com/747eecf176e94be05e719ebb3a17fe0b3e84158eba269ff8c7e1d00fe53769e5/68747470733a2f2f706f7365722e707567782e6f72672f6d697961303030312f77702d736f636b6574696f2d656d697465722f762f737461626c652e737667)](https://packagist.org/packages/miya0001/wp-socketio-emiter) [![Total Downloads](https://camo.githubusercontent.com/513e98b0b2ffe7fd8a550c01c8895a6e2e71616ac2e75a418ed5f056b24737b0/68747470733a2f2f706f7365722e707567782e6f72672f6d697961303030312f77702d736f636b6574696f2d656d697465722f646f776e6c6f6164732e737667)](https://packagist.org/packages/miya0001/wp-socketio-emiter) [![Latest Unstable Version](https://camo.githubusercontent.com/bb01b0ae3682b52454439c0a37391767e8b689769ef78615aa5969d2606ec8c3/68747470733a2f2f706f7365722e707567782e6f72672f6d697961303030312f77702d736f636b6574696f2d656d697465722f762f756e737461626c652e737667)](https://packagist.org/packages/miya0001/wp-socketio-emiter) [![License](https://camo.githubusercontent.com/4dfb6f96ed0c1a4e7d3fe504eeaf53ed3fe75f1cd83634a6b48d59c589c4cf07/68747470733a2f2f706f7365722e707567782e6f72672f6d697961303030312f77702d736f636b6574696f2d656d697465722f6c6963656e73652e737667)](https://packagist.org/packages/miya0001/wp-socketio-emiter)

Getting started
---------------

[](#getting-started)

```
$ composer require miya0001/wp-socketio-emiter

```

Example
-------

[](#example)

```
use miya0001\WP;

$io = new SocketIO_Emiter( 'http://example.com/', 3000 );
$io->send( 'broadcast', [ 'name' => 'John', 'message' => 'hello' ] );

```

With `namespace`

```
use miya0001\WP;

$io = new SocketIO_Emiter( 'http://example.com/', 3000 );
$io->send( 'broadcast', [ 'name' => 'John', 'message' => 'hello' ], '/mynamespace' );

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

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

3747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1366a673de80559a738e11fb4bd3600842f45ebc21abe8e2842e7205686a3ca0?d=identicon)[miya0001](/maintainers/miya0001)

---

Top Contributors

[![miya0001](https://avatars.githubusercontent.com/u/309946?v=4)](https://github.com/miya0001 "miya0001 (8 commits)")

### Embed Badge

![Health badge](/badges/miya0001-wp-socketio-emiter/health.svg)

```
[![Health](https://phpackages.com/badges/miya0001-wp-socketio-emiter/health.svg)](https://phpackages.com/packages/miya0001-wp-socketio-emiter)
```

###  Alternatives

[nc/elephantio-bundle

Elephant IO integration in Symfony2

1887.5k](/packages/nc-elephantio-bundle)

PHPackages © 2026

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