breeze2 / slumen by breezelin

speed up lumen with swoole
351
28
4
Package Data
Maintainer Username: breezelin
Maintainer Contact: 805511939@qq.com (Breeze)
Package Create Date: 2018-06-03
Package Last Update: 2023-03-20
Home Page: https://breeze2.github.io/slumen/
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:14:21
Package Statistics
Total Downloads: 351
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 28
Total Watchers: 4
Total Forks: 3
Total Open Issues: 1

slumen

speed up lumen with swoole

Total Downloads Latest Stable Version

Require

  • PHP >= 7.0.0
  • Lumen >= 5.5.0
  • Swoole >= 1.9.2

Install

$ cd /PATH/TO/LUMEN/PROJECT
$ composer require breeze2/slumen
$ cp vendor/breeze2/slumen/bootstrap/slumen.php ./bootstrap/

Usage

$ vendor/bin/slumen start
$ vendor/bin/slumen stop 
$ vendor/bin/slumen restart
$ vendor/bin/slumen status