design / laravel-cli
laravel-cli
1.0.3
2021-08-11 07:59 UTC
Requires
- php: ^7.4
This package is not auto-updated.
Last update: 2025-03-21 01:01:39 UTC
README
Why use here
Traditional php-fpm require vender file for every time, This not only consumes CPU and disk I/O, Even if opcache is used, it loads a large number of files. It's also a waste of time and resources. So write kernel to memory, Reduce file access, Only keep build requests. This can save a lot of resources
- Reduce access to cpu
- Reduce access to disk I/o
- Reduce db socket build
install
composer require design/laravel-cli
use workerman
start
php artisan cli:workerman start
status
php artisan cli:workerman stop