explore-pu/lumen-swoole
最新稳定版本:v1.0.3
Composer 安装命令:
composer require explore-pu/lumen-swoole
包简介
speed up lumen framework by swoole
README 文档
README
composer require explore-pu/lumen-swoole
配置
- 在bootstrap/app.php中注册service provider
$app->register(LumenSwoole\SwooleServiceProvider::class);
- 发布配置文件
php artisan swoole:publish
- 同时在bootstrap/app.php加载此文件
$app->configure('swoole');
使用
php artisan swoole:http start|restart|stop|reload|status php artisan swoole:websocket start|restart|stop|reload|status
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-16