PHPackages                             explore-pu/lumen-swoole - 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. explore-pu/lumen-swoole

ActiveLibrary[Framework](/categories/framework)

explore-pu/lumen-swoole
=======================

speed up lumen framework by swoole

v1.0.3(1y ago)02MITPHPPHP &gt;=8.0

Since Jul 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/explore-pu/lumen-swoole)[ Packagist](https://packagist.org/packages/explore-pu/lumen-swoole)[ Docs](https://github.com/explore-pu/lumen-swoole)[ RSS](/packages/explore-pu-lumen-swoole/feed)WikiDiscussions main Synced 1mo ago

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

安装
--

[](#安装)

```
composer require explore-pu/lumen-swoole

```

配置
--

[](#配置)

- 在bootstrap/app.php中注册service provider

```
$app->register(LumenSwoole\SwooleServiceProvider::class);
```

- 发布配置文件

```
php artisan swoole:publish
```

- 同时在bootstrap/app.php加载此文件

```
$app->configure('swoole');
```

使用
--

[](#使用)

```
php artisan swoole:http start|restart|stop|reload|status

php artisan swoole:websocket start|restart|stop|reload|status
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

3

Last Release

669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8ebe1f69a56a9c0715a2f66ecfce0d437ea28ebb0d3d929814415620f295165?d=identicon)[pucoder](/maintainers/pucoder)

---

Top Contributors

[![explore-pu](https://avatars.githubusercontent.com/u/36793767?v=4)](https://github.com/explore-pu "explore-pu (9 commits)")

---

Tags

lumenhttp serverswoolewebsocket server

### Embed Badge

![Health badge](/badges/explore-pu-lumen-swoole/health.svg)

```
[![Health](https://phpackages.com/badges/explore-pu-lumen-swoole/health.svg)](https://phpackages.com/packages/explore-pu-lumen-swoole)
```

PHPackages © 2026

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