PHP library for creating and managing PHP-processes.
This instructions will tell You how to get a copy of library and use it to manage processes
- PHP 7.0
Add to your project using composer:
composer require lizardmedia/php-process-manager
####Download ZIP #### Download zip archive and unpack it to your project
Commands using Symfony console:
./bin/phppm-background {script to run} {log file}
Example:
./bin/phppm-background "example/ProcessExample.php" script.log > pid
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Michał Adamiak - Lizard Media
- Mateusz Procner - Lizard Media
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Add killing and managing processes