PHPackages                             gregorip02/servel - 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. gregorip02/servel

ActiveLibrary[Framework](/categories/framework)

gregorip02/servel
=================

Workerman server adapter for Laravel

v0.0.1(5y ago)232[1 issues](https://github.com/gregorip02/servel/issues)MITPHP

Since Mar 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gregorip02/servel)[ Packagist](https://packagist.org/packages/gregorip02/servel)[ RSS](/packages/gregorip02-servel/feed)WikiDiscussions main Synced 6d ago

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

Servel - [Workerman](https://github.com/walkor/Workerman) adapter for Laravel.
==============================================================================

[](#servel---workerman-adapter-for-laravel)

[![Latest Stable Version](https://camo.githubusercontent.com/6ea95f51cb3b13e4e6197c45c9e9023c3602a04e228af90aaa587a9c135cbd4d/68747470733a2f2f706f7365722e707567782e6f72672f677265676f72697030322f73657276656c2f76)](//packagist.org/packages/gregorip02/servel)[![Total Downloads](https://camo.githubusercontent.com/80809db6724e4521d9a02734ec03d2c9053e61a10b9dd02e83af36dc28a40063/68747470733a2f2f706f7365722e707567782e6f72672f677265676f72697030322f73657276656c2f646f776e6c6f616473)](//packagist.org/packages/gregorip02/servel)[![License](https://camo.githubusercontent.com/1b44921f41f61c290663e4097297fad738d381d1e90557ae03562ceea7b48192/68747470733a2f2f706f7365722e707567782e6f72672f677265676f72697030322f73657276656c2f6c6963656e7365)](//packagist.org/packages/gregorip02/servel)

**WIP**: This package provides a tcp entry point for your Laravel application, powered by the high-performance [Workerman](https://github.com/walkor/Workerman) server.

Install
-------

[](#install)

```
# Install the package
composer require gregorip02/servel

# Publish the configuration package
php artisan vendor:publish --tag=servel-config
```

Usage
-----

[](#usage)

```
php artisan servel start
php artisan servel stop
php artisan servel connections
php artisan servel restart
php artisan servel reload
php artisan servel status
```

Benchmarking
------------

[](#benchmarking)

```
DO Droplet - CPU Dedicated
- 8GB Memory
- 50GB SSD
- 8 VCPUs

```

**Render the default `welcome.blade.php` view**

```
wrk -t4 -c50 http://0.0.0.0/

Running 10s test @ http://0.0.0.0/
  4 threads and 50 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    27.16ms    5.74ms 124.65ms   92.53%
    Req/Sec    443.86     49.22   520.00     86.25%
  17687 requests in 10.01s, 312.24MB read
  Socket errors: connect 0, read 17687, write 0, timeout 0
Requests/sec:   1767.28
Transfer/sec:   31.20MB
```

**A simple endpoint that responds `pong`**

```
wrk -t4 -c50 http://0.0.0.0/ping

Running 10s test @ http://0.0.0.0/ping
  4 threads and 50 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    25.62ms    5.95ms  95.00ms   89.80%
    Req/Sec    469.97     56.74   585.00     77.25%
  18724 requests in 10.01s, 18.30MB read
  Socket errors: connect 0, read 18724, write 0, timeout 0
Requests/sec:   1871.13
Transfer/sec:   1.83MB
```

**An endpoint that responds 100 users in JSON format from a SQLite database. I/O**

```
wrk -t4 -c50 http://0.0.0.0/users

Running 10s test @ http://0.0.0.0/users
  4 threads and 50 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency   288.79ms   28.25ms 397.73ms   94.93%
    Req/Sec   41.16      17.08   101.00     63.38%
  1638 requests in 10.01s, 33.76MB read
  Socket errors: connect 0, read 1638, write 0, timeout 0
Requests/sec:    163.63
Transfer/sec:    3.37MB
```

### TODO

[](#todo)

- Add tests
- Add support for run in "daemon" mode
- Add support for websockets
- Add support for restarts in development mode
- Add command to restart the servers
- Add command to stop the servers
- Add support for publish configuration file
- Add support for parameters, cookies, files, headers, etc.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1898d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cebd4dceff0f94354dd5ee5001f81ec2f73d4bee9947bf6d43f9baea8e370c3?d=identicon)[gregorip02](/maintainers/gregorip02)

---

Top Contributors

[![gregorip02](https://avatars.githubusercontent.com/u/62108989?v=4)](https://github.com/gregorip02 "gregorip02 (14 commits)")

---

Tags

laravelphpworkermanworkerman-laravel-adapter

### Embed Badge

![Health badge](/badges/gregorip02-servel/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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