yiifloruit / yii2-swoole
Yii2 Swoole
Package info
github.com/sunyujiebj/yiifloruit-swoole
Type:yii2-extension
pkg:composer/yiifloruit/yii2-swoole
v1.0.0
2017-11-20 01:57 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-08 23:28:17 UTC
README
Yii2 Swoole
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yiifloruit/yii2-swoole "*"
or add
"yiifloruit/yii2-swoole": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \yiifloruit\swoole\AutoloadExample::widget(); ?>```# yiifloruit-swoole