PHPackages                             monday-factory/synchronous-socket-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. monday-factory/synchronous-socket-client

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

monday-factory/synchronous-socket-client
========================================

Super simple synchronous socket stream client

v1.0.7(7y ago)07421[1 issues](https://github.com/monday-factory/synchronous-socket-client/issues)MITPHPPHP &gt;= 7.1

Since Jul 14Pushed 7y ago2 watchersCompare

[ Source](https://github.com/monday-factory/synchronous-socket-client)[ Packagist](https://packagist.org/packages/monday-factory/synchronous-socket-client)[ Docs](https://github.com/monday-factory/synchronous-socket-client)[ RSS](/packages/monday-factory-synchronous-socket-client/feed)WikiDiscussions master Synced 2d ago

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

monday-factory/synchronous-socket-client
========================================

[](#monday-factorysynchronous-socket-client)

Super simple synchronous socket stream client

```
$options = [
	'connectionTimeout' => 30, // Default value
	'streamTimeout' => 30, // Default value
];

/**
 * @throws MondayFactory\SynchronousSocketClient\Exception\ConnectionException
 */
$connection = MondayFactory\SynchronousSocketClient\Connection::factory('tcp://my.super.server:12345', $options);

$response = $connection->sendMessage('{"method": "ping"}');

echo $response;

$connection->close();
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 81.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

Every ~52 days

Recently: every ~78 days

Total

7

Last Release

2911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50f90dadb32a99df71c12ac4630cd5a89fe07a741f0f2d900a95b34dcf7af322?d=identicon)[monday-factory](/maintainers/monday-factory)

---

Top Contributors

[![paveljanda](https://avatars.githubusercontent.com/u/1488874?v=4)](https://github.com/paveljanda "paveljanda (9 commits)")[![jiriferkl](https://avatars.githubusercontent.com/u/23029419?v=4)](https://github.com/jiriferkl "jiriferkl (2 commits)")

---

Tags

streamphpclientSocket

### Embed Badge

![Health badge](/badges/monday-factory-synchronous-socket-client/health.svg)

```
[![Health](https://phpackages.com/badges/monday-factory-synchronous-socket-client/health.svg)](https://phpackages.com/packages/monday-factory-synchronous-socket-client)
```

###  Alternatives

[graze/telnet-client

Telnet client written in PHP

50233.9k4](/packages/graze-telnet-client)[trafficcophp/bytebuffer

Node.js inspired byte stream buffer for PHP.

33437.2k17](/packages/trafficcophp-bytebuffer)[zoon/rialto

Manage Node resources from PHP

12199.4k3](/packages/zoon-rialto)

PHPackages © 2026

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