PHPackages                             altayofficial/network - 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. altayofficial/network

ActiveLibrary

altayofficial/network
=====================

Central network library for Altay written in PHP

20PHPCI passing

Since Aug 1Pushed todayCompare

[ Source](https://github.com/altayofficial/Network)[ Packagist](https://packagist.org/packages/altayofficial/network)[ RSS](/packages/altayofficial-network/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Network
=======

[](#network)

[![CI](https://github.com/altayofficial/Network/actions/workflows/ci.yml/badge.svg)](https://github.com/altayofficial/Network/actions/workflows/ci.yml)

Central network library for Altay written in PHP

Usage
-----

[](#usage)

```
use altay\network\Network;
use altay\network\raknet\RakNetTransport;
use altay\network\nethernet\NetherNetTransport;
use altay\network\nethernet\ServerData;

$network = new Network($myTransportListener);
$network->registerTransport(new RakNetTransport($logger, "0.0.0.0", 19132));
$network->registerTransport(new NetherNetTransport($logger, $networkId, new ServerData("Altay", "My World")));
$network->start();

while($running){
    $network->tick();
}

$network->shutdown();
```

To add another network system, implement `Transport` and register it on the same `Network` instance.

Requirements
------------

[](#requirements)

- PHP 8.1+ with `ext-sockets` and `ext-openssl`
- The NetherNet transport additionally needs the requirements of [php-webrtc](https://github.com/PHP-WebRTC/webrtc): PHP 8.4+, `ext-ffi`, `ext-gmp` and OpenSSL on Linux

###  Health Score

22

↑

LowBetter than 21% of packages

Maintenance65

Regular maintenance activity

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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/237890659?v=4)[Remminiscent](/maintainers/remminiscent)[@remminiscent](https://github.com/remminiscent)

---

Top Contributors

[![xRookieFight](https://avatars.githubusercontent.com/u/50714128?v=4)](https://github.com/xRookieFight "xRookieFight (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/altayofficial-network/health.svg)

```
[![Health](https://phpackages.com/badges/altayofficial-network/health.svg)](https://phpackages.com/packages/altayofficial-network)
```

PHPackages © 2026

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