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 3w 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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

1980d ago

Major Versions

v1.0.2 → v2.1.02021-01-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7083460?v=4)[Daniel Lenkiewicz](/maintainers/Dleno)[@dleno](https://github.com/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

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k869.4M8.8k](/packages/symfony-http-kernel)[symfony/http-client

Provides powerful methods to fetch HTTP resources synchronously or asynchronously

2.0k338.8M5.0k](/packages/symfony-http-client)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[hyperf/hyperf

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

6.9k3.3k2](/packages/hyperf-hyperf)[api-platform/metadata

API Resource-oriented metadata attributes and factories

275.0M219](/packages/api-platform-metadata)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10244.2k5](/packages/bitrix24-b24phpsdk)

PHPackages © 2026

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