yiifloruit/yii2-swoole

Yii2 Swoole

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/yiifloruit/yii2-swoole

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

This package is not auto-updated.

Last update: 2025-10-05 21:16:21 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