Stars: 132
Forks: 33
Pull Requests: 3
Issues: 4
Watchers: 12
Last Updated: 2021-07-20 17:43:53
An object-oriented multi process manager for PHP :robot:
License: MIT License
Languages: PHP, Shell
_
| |
_ __ __ _ _ __ _ _| |_ ___
| '_ \ / _` | '__| | | | __/ _ \
| | | | (_| | | | |_| | || (_) |
|_| |_|\__,_|_| \__,_|\__\___/ .TIGERB.cn
An object-oriented multi process manager for PHP
Version: 0.5.0
composer create-project tigerb/naruto naruto --prefer-dist && cd naruto
new Manager([], function (Process $worker) {
// mock business logic
(new Test())->businessLogic();
}
);
echo export NARUTO_PATH=$(pwd) >> ~/.profile && echo 'export PATH="$PATH:$NARUTO_PATH/bin"' >> ~/.profile && source ~/.profile
composer install
naruto start/reload/quit/stop