zackx/lumen-swoole

speed up lumen framework by swoole

1.0.6 2020-07-04 03:15 UTC

This package is auto-updated.

Last update: 2024-04-04 11:59:25 UTC


README

已测试版本

  • 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