elilee / yii2-swoole
一个专注yii2的swoole
v2.0
2018-07-31 10:33 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-02 23:19:34 UTC
README
一个专注yii2的swoole
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist elilee/yii2-swoole "*"
or add
"elilee/yii2-swoole": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \elilee\swoole\AutoloadExample::widget(); ?>```