PHPackages                             tatikoma/react-mst - 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. tatikoma/react-mst

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

tatikoma/react-mst
==================

Performant asynchronous pure PHP Micro Service Transport using plain TCP layer based on ReactPHP

0501PHP

Since Apr 20Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Tatikoma/react-mst)[ Packagist](https://packagist.org/packages/tatikoma/react-mst)[ RSS](/packages/tatikoma-react-mst/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Performant asynchronous pure PHP Micro Service Transport using plain TCP layer based on ReactPHP.

Library not enough much functional and not recommended for production use. For production use need to provide some much functional like: logging, statistics, debug, unit tests, timeouts, better error handling, client authentication and tls encryption options. Possible to pass "factor" bigint option to server to pin worker thread for request.

This library provides clients and server:

Server - listen tcp port, receive connections, fork workers and pass requests to workers. If worker closed connection, then restarts worker. If any error acquired during request server 'll return empty response.

Client (async promises and sync) - sends request to listening server and returns result. Failover class provides ability to resend request N times with specified interval, if request failed.

Installation:

```
composer require tatikoma/react-mst:dev-master

```

For example usage start server.php from examples directory and then client-sync.php or/and client-async.php

```
~ # cd examples
~/examples # $ php server.php &

~/examples # $ php client-sync.php
Result: 5

~/examples # $ php client-async.php
Result: 5

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e61b23e0fea0342534a9f4c1cdbad39d551bfd4bd774e9fd8dbb5a5c9a89c55?d=identicon)[Tatikoma](/maintainers/Tatikoma)

---

Top Contributors

[![Tatikoma](https://avatars.githubusercontent.com/u/1888609?v=4)](https://github.com/Tatikoma "Tatikoma (29 commits)")

### Embed Badge

![Health badge](/badges/tatikoma-react-mst/health.svg)

```
[![Health](https://phpackages.com/badges/tatikoma-react-mst/health.svg)](https://phpackages.com/packages/tatikoma-react-mst)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.5k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

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

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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