PHPackages                             chameleon-w/laravelswoole - 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. chameleon-w/laravelswoole

ActiveLibrary[Framework](/categories/framework)

chameleon-w/laravelswoole
=========================

simple swoole component for laravel

01PHP

Since Dec 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/chameleon-W/laravelSwoole)[ Packagist](https://packagist.org/packages/chameleon-w/laravelswoole)[ RSS](/packages/chameleon-w-laravelswoole/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

 laravelSwoole
===============

[](#-laravelswoole-)

 基于laravel组件化开发的简易版swoole组件.

安装环境
----

[](#安装环境)

```
1.PHP >= 7.2
2.Composer
3.laravel >= 5.8
4.Swoole >=4.4.x

```

安装
--

[](#安装)

```
$ composer require chameleon-w/laravelswoole
```

配置
--

[](#配置)

```
1.在config/app.php中注册 SwooleServiceProvider
    'providers' => [
        // ...
       \ChameleonW\LaravelSwoole\Providers\SwooleServiceProvider::class,
    ],

2.在env中配置
    SWOOLE_LISTEN_HOST=0.0.0.0 //监听的ip
    SWOOLE_LISTEN_PORT=9501    //监听的端口

3.命令行中 php artisan extend:swoole start

4.访问 http://127.0.0.1:9501

```

尚未完善
----

[](#尚未完善)

```
1. 当前为demo版本 请不要用于生产环境
2. swoole服务的关闭、重启、热加载
3. WebSocket封装

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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://www.gravatar.com/avatar/94e7fc8b36903445f08010e40fcfd2a7fc05b50384260b91d6d6a7534f55ea80?d=identicon)[chameleon-W](/maintainers/chameleon-W)

---

Top Contributors

[![chameleon-W](https://avatars.githubusercontent.com/u/20515711?v=4)](https://github.com/chameleon-W "chameleon-W (5 commits)")

### Embed Badge

![Health badge](/badges/chameleon-w-laravelswoole/health.svg)

```
[![Health](https://phpackages.com/badges/chameleon-w-laravelswoole/health.svg)](https://phpackages.com/packages/chameleon-w-laravelswoole)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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