PHPackages                             lisq/yii2-s - 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. lisq/yii2-s

ActiveYii2-extension[Framework](/categories/framework)

lisq/yii2-s
===========

using Yii2 support swoole

11PHP

Since Dec 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lisqorz/yii2-s)[ Packagist](https://packagist.org/packages/lisq/yii2-s)[ RSS](/packages/lisq-yii2-s/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

此项目正在开发中

```
$ compose require lisq/yii2-s

$ yii s/{start|reload|restart|stop|status}
```

```
        'errorHandler' => [
            'class' => \lisq\s\hook\web\SErrorHandler::class,
            'silentExitOnException' => true,
        ],
        'serverManager' => [
            'class' => \lisq\s\server\ServerManager::class,
            'inotifyReload' => [
                'enable' => true,
                'watch_path' => dirname(dirname(__DIR__)),
                'file_types' => ['.php'],
                'excluded_dirs' => [],
                'log' => true,
            ],

            'websocket' => [
                'enable' => true,
                'handler' => ''
            ],
            'timer' => [
                'enable' => true,
                'jobs' => [
//                    'xxxClass'
                    //['xxxClass',[args...]]
                ]
            ],
            'processes' => [],
            'httpServer' => [
                'frontend' => [
                    'path' => dirname(dirname(__DIR__)) . '/frontend',
                    'port' => 8998,
                    'address' => '127.0.0.1',
                    'dependentServer' => \lisq\s\server\SwooleServer::class,
                ],
                'backend' => [
                    'path' => dirname(dirname(__DIR__)) . '/backend',
                    'port' => 8998,
                    'address' => '127.0.0.1',
                    'dependentServer' => \lisq\s\server\SwooleServer::class,
                ]
            ],
        ],
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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/3b654a5d4927386418fee45fff71050efc74c8a968e12656b3d1b17e257a997a?d=identicon)[lisqorz](/maintainers/lisqorz)

---

Top Contributors

[![lisqorz](https://avatars.githubusercontent.com/u/42998845?v=4)](https://github.com/lisqorz "lisqorz (10 commits)")

### Embed Badge

![Health badge](/badges/lisq-yii2-s/health.svg)

```
[![Health](https://phpackages.com/badges/lisq-yii2-s/health.svg)](https://phpackages.com/packages/lisq-yii2-s)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
