zack-xz / lumen-swoole by zackx

speed up lumen framework by swoole
417
0
1
Package Data
Maintainer Username: zackx
Maintainer Contact: zack@zackx.com (zack)
Package Create Date: 2020-06-01
Package Last Update: 2020-07-04
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:26:07
Package Statistics
Total Downloads: 417
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

使用说明

已测试版本

  • lumen5.7
  • lumen5.8
  • lumen6.0
  • lumen7.0

安装命令

composer require zackx/lumen-swoole

使用

bootstrap/app.php文件中加入

$app->register(\Zackx\LumenSwoole\SwooleHttpProvider::class);

启动命令

php artisan swoole start