PHPackages                             koolob/serverx - 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. [Framework](/categories/framework)
4. /
5. koolob/serverx

ActiveLibrary[Framework](/categories/framework)

koolob/serverx
==============

a php server framework

v0.6.x-dev(9y ago)0143ApachePHP

Since Mar 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/koolob/serverx)[ Packagist](https://packagist.org/packages/koolob/serverx)[ RSS](/packages/koolob-serverx/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

serverx
=======

[](#serverx)

a php server framework

a http server:

```
$config = new \Serverx\Conf\ServerConfig();
$config->setHost('0.0.0.0');
$config->setPort('8080');
$config->setDaemonize(0);
$config->setRunDir(__DIR__);
$config->setLogDir(__DIR__ . '/logs');
$config->setLogLevel();
$config->setMaxRequest(10000);
$config->setDispatchMode(3);
$config->registerApp('App', __DIR__);
$server = new \Serverx\Serv\HttpServer($config);
//$server->addHandleTypes(\Serverx\Serv\HttpServer::HANDLE_TYPE_HTTP, array(
//    'system.health',
//    'system.status',
//));
$server->run();

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~85 days

Total

2

Last Release

3299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/220391ba9f407e19c0db779c8015fe45ba330572ad72a3a27c43d7935e5a832c?d=identicon)[koolob](/maintainers/koolob)

---

Top Contributors

[![dwqelex](https://avatars.githubusercontent.com/u/5162923?v=4)](https://github.com/dwqelex "dwqelex (58 commits)")[![koolob](https://avatars.githubusercontent.com/u/6185188?v=4)](https://github.com/koolob "koolob (2 commits)")

### Embed Badge

![Health badge](/badges/koolob-serverx/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M293](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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