PHPackages                             dleno/hyperf-socket-io-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. [HTTP &amp; Networking](/categories/http)
4. /
5. dleno/hyperf-socket-io-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dleno/hyperf-socket-io-client
=============================

websocket-io client(PHP)

v2.1.0(5y ago)045MITPHPPHP &gt;=7.2

Since Dec 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/DlenoDing/hyperf-socket-io-client)[ Packagist](https://packagist.org/packages/dleno/hyperf-socket-io-client)[ Docs](https://www.dlenos.com)[ RSS](/packages/dleno-hyperf-socket-io-client/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Introduction
============

[](#introduction)

hyperf-socket-io-client

example
=======

[](#example)

```
use Dleno\SocketIOClient\Client;
use Dleno\SocketIOClient\Engine\SocketIO\Version1;

$client = new Client(new Version1("ws://169.1.0.251:9502/?cdk=sss&room=1", [
    'headers' => [
        'cdk: websocket cdk',
        'Authorization: Bearer 12b3c4d5e6f7g8h9i'
    ],
]));
$client->initialize(true);//keepAlive
$client->of('/spread');
$client->emit('event', 'hello, hyperf');

$client->emit('join-room', 'room1');

$client->emit('say', '{"room":"room1", "message":"Hello Hyperf!!!"}');

$client->close();

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~17 days

Total

4

Last Release

1932d ago

Major Versions

v1.0.2 → v2.1.02021-01-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/19c848b85ae3395c2aa0ee990313add2fc4336d1b36e5d08dd0716b5d98ce9b8?d=identicon)[Dleno](/maintainers/Dleno)

---

Top Contributors

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

---

Tags

swoolehyperfsocket-io client

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dleno-hyperf-socket-io-client/health.svg)

```
[![Health](https://phpackages.com/badges/dleno-hyperf-socket-io-client/health.svg)](https://phpackages.com/packages/dleno-hyperf-socket-io-client)
```

###  Alternatives

[hyperf/hyperf

A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.

6.8k3.0k2](/packages/hyperf-hyperf)[hyperf/http-server

A HTTP Server for Hyperf.

102.8M305](/packages/hyperf-http-server)[mezzio/mezzio-swoole

Swoole support for Mezzio

92238.9k3](/packages/mezzio-mezzio-swoole)[hyperf/websocket-server

A websocket server library for Hyperf.

12488.7k25](/packages/hyperf-websocket-server)[chubbyphp/chubbyphp-swoole-request-handler

A request handler adapter for swoole, using PSR-7, PSR-15 and PSR-17.

3114.2k](/packages/chubbyphp-chubbyphp-swoole-request-handler)

PHPackages © 2026

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