PHPackages                             chenshuhao/swoole-flier-mouse-base - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chenshuhao/swoole-flier-mouse-base

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chenshuhao/swoole-flier-mouse-base
==================================

swoole-flier-mouse-base

0.0.3(8y ago)0361MITPHP

Since Oct 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/chenshuhao/swoole-flier-mouse-base)[ Packagist](https://packagist.org/packages/chenshuhao/swoole-flier-mouse-base)[ RSS](/packages/chenshuhao-swoole-flier-mouse-base/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (4)Used By (1)

swoole-flier-mouse
==================

[](#swoole-flier-mouse)

基于swoole 的框架

\#install

composer require chenshuhao/swoole-flier-mouse-base

\#demo

test.php

```
include './vendor/autoload.php';
SwooleFlierMouseBase\Core::getInstance()
	->setConf('./conf.yaml')
	->bindExec('http',function($req,$res){
		return 'hello word';
	})
	->bindExec('http2',function($req,$res){
		return 'hello word2';
	})
	->run();
```

php ./test.php start \[-d\]

\#conf.yaml

```
temp: tmp //临时文件路径
servers:
  http:
    host: 0.0.0.0
    protocol: http
    domain: test.dazhiwulian.com
    port: 80
    session: true
  http2:
    host: 0.0.0.0
    protocol: http
    domain: test2.dazhiwulian.com
    port: 9091
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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 ~1 days

Total

3

Last Release

3212d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13237533?v=4)[ChenShuHao](/maintainers/ChenShuHao)[@chenshuhao](https://github.com/chenshuhao)

### Embed Badge

![Health badge](/badges/chenshuhao-swoole-flier-mouse-base/health.svg)

```
[![Health](https://phpackages.com/badges/chenshuhao-swoole-flier-mouse-base/health.svg)](https://phpackages.com/packages/chenshuhao-swoole-flier-mouse-base)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103574.3k69](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[altis/local-server

Local Server module for Altis

18225.6k4](/packages/altis-local-server)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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