Download the PHP package filippo-toso/php-supervisor without Composer
On this page you can find all versions of the php package filippo-toso/php-supervisor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download filippo-toso/php-supervisor
More information about filippo-toso/php-supervisor
Files in filippo-toso/php-supervisor
Download filippo-toso/php-supervisor
More information about filippo-toso/php-supervisor
Files in filippo-toso/php-supervisor
Vendor filippo-toso
Package php-supervisor
Short Description A simple supervisor class that allows to run long lived PHP scripts from the crontab
License MIT
Package php-supervisor
Short Description A simple supervisor class that allows to run long lived PHP scripts from the crontab
License MIT
Please rate this library. Is it a good library?
Informations about the package php-supervisor
PHP Supervisor
A simple supervisor tool that allows to run PHP long running scripts through crontab.
Requirements
- PHP 5.6+
Installing
Use Composer to install it:
Using It
Create a simple PHP script with a code like the following:
Then call the script every minute from the crontab. The code in the closure will be kept running untill the $stopFile specified in the third parameter exists (stop.dat
in the example).
All versions of php-supervisor with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
The package filippo-toso/php-supervisor contains the following files
Loading the files please wait ....