ospek / ospek-cli
run php file and command in background
1.0.1
2018-03-13 13:54 UTC
Requires
- php: >=7.0.0
- ospek/ospek: ~1.0
- symfony/console: ~4.0|~3.3.16
Requires (Dev)
- kherge/box: ~2.5
This package is not auto-updated.
Last update: 2025-03-30 08:34:22 UTC
README
Install:
$ composer global require ospek/ospek-cli
or build
$ git clone https://github.com/os-pek/ospek-cli.git
$ cd ospek-cli
$ composer install
$ ./vendor/bin/box build
$ mv ospek.phar /local/bin/ospek
Start php in background:
$ ospek start <php file>
option:
- --pid , -p : path file to store pid
- --output, -o : path file to store output
Check pid status:
$ ospek status <pid>
option:
- --file, -f : path file contain pid
Kill process:
$ ospek kill <pid>
option:
- --file, -f : path file contain pid
Start other program:
$ ospek sh <'command'>
option:
- --pid , -p : path file to store pid
- --output, -o : path file to store output