yiifloruit/yii2-swoole

Yii2 Swoole

v1.0.0 2017-11-20 01:57 UTC

This package is not auto-updated.

Last update: 2024-05-05 14:47:55 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