PHPackages                             roysegall/php\_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. roysegall/php\_socket-io\_client

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

roysegall/php\_socket-io\_client
================================

Socket IO library

1.0(10y ago)12.6k1MITPHP

Since Feb 7Pushed 10y ago3 watchersCompare

[ Source](https://github.com/DrupalHub/PHP_SocketIO_Client)[ Packagist](https://packagist.org/packages/roysegall/php_socket-io_client)[ RSS](/packages/roysegall-php-socket-io-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

PHP\_SocketIO\_Client
=====================

[](#php_socketio_client)

EN: PHP client for socket.io (websocket client)

How to use:

```
$socketio = new SocketIO();
if ($socketio->send('localhost', 9090, 'message', 'Hello world!')){
    echo 'we sent the message and disconnected';
} else {
    echo 'Sorry, we have a mistake :\'(';
}

```

RUS: PHP клиент для socket.io

Как использовать:

```
$socketio = new SocketIO();
if ($socketio->send('localhost', 9090, 'message', 'Привет мир!')){
    echo 'Мы отправили сообщение и отключились от сокета';
} else {
    echo 'Возникла ошибка при общении с  веб-сокетом :\'(';
}

```

Thanks to:
==========

[](#thanks-to)

bitkill

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

3841d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ef9492e3194d7490b4a54c9d107406c41eff977f1b9b4800e04f073898a83af?d=identicon)[RoySegall](/maintainers/RoySegall)

---

Top Contributors

[![psinetron](https://avatars.githubusercontent.com/u/3624600?v=4)](https://github.com/psinetron "psinetron (15 commits)")[![bitkill](https://avatars.githubusercontent.com/u/5882528?v=4)](https://github.com/bitkill "bitkill (1 commits)")

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k126](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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