PHPackages                             merlinthemagic/mtm-ws-socket - 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. merlinthemagic/mtm-ws-socket

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

merlinthemagic/mtm-ws-socket
============================

Web sockets for PHP 7

017PHP

Since Sep 8Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/merlinthemagic/MTM-WsSocket)[ Packagist](https://packagist.org/packages/merlinthemagic/mtm-ws-socket)[ RSS](/packages/merlinthemagic-mtm-ws-socket/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

MTM-WsSocket
============

[](#mtm-wssocket)

Server:
-------

[](#server)

### Listen on port:

[](#listen-on-port)

```
$ipAddr	= "127.0.0.1";
$port		= 5433;

$sockObj	= \MTM\WsSocket\Factories::getSockets()->getNewServer();
$sockObj->setConnection("tcp", $ipAddr, $port);

```

### New clients:

[](#new-clients)

When a new client registers you can get a call back, letting you validate if you will allow that client to connect or not.

The new socket will be passed to the method after connect.

If you reject the new client throw, otherwise return true.

```
$sockObj->setNewClientCb($someObject, "someMethod");

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance47

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8021715?v=4)[Martin Peter Madsen](/maintainers/merlinthemagic)[@merlinthemagic](https://github.com/merlinthemagic)

---

Top Contributors

[![merlinthemagic](https://avatars.githubusercontent.com/u/8021715?v=4)](https://github.com/merlinthemagic "merlinthemagic (20 commits)")

### Embed Badge

![Health badge](/badges/merlinthemagic-mtm-ws-socket/health.svg)

```
[![Health](https://phpackages.com/badges/merlinthemagic-mtm-ws-socket/health.svg)](https://phpackages.com/packages/merlinthemagic-mtm-ws-socket)
```

###  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.6k](/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)
