PHPackages                             zeus/socket\_talk - 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. zeus/socket\_talk

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

zeus/socket\_talk
=================

this library provides talks with the web sockets

v1.0.0(1y ago)02proprietaryPHP

Since Mar 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/diloabininyeri/socket_talk)[ Packagist](https://packagist.org/packages/zeus/socket_talk)[ RSS](/packages/zeus-socket-talk/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

### Talk with the web socket

[](#talk-with-the-web-socket)

This package provides communication with wss and ws protocols.

**to install**

```
composer require zeus/socket_talk
```

**using**

```
require_once 'vendor/autoload.php';

$webSocket=new \Zeus\SocketTalk\WebSocket('wss://echo.websocket.org');

$webSocket->connect();
//$webSocket->isConnected();
$webSocket->send(json_encode(['type'=>'ping']));
echo $webSocket->read();
//$webSocket->disconnect();
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance40

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

507d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16406839?v=4)[Dılo abinin yeri ](/maintainers/diloabininyeri)[@diloabininyeri](https://github.com/diloabininyeri)

---

Top Contributors

[![diloabininyeri](https://avatars.githubusercontent.com/u/16406839?v=4)](https://github.com/diloabininyeri "diloabininyeri (5 commits)")

---

Tags

comunicationmesssagephpsocketwebsocketwswss

### Embed Badge

![Health badge](/badges/zeus-socket-talk/health.svg)

```
[![Health](https://phpackages.com/badges/zeus-socket-talk/health.svg)](https://phpackages.com/packages/zeus-socket-talk)
```

###  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.3k131](/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)
