yiifloruit/yii2-swoole

Yii2 Swoole


Keywords
extension, yii2
License
BSD-4-Clause

Documentation

Yii2 Swoole

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