Download the PHP package quadrogod/cron without Composer
On this page you can find all versions of the php package quadrogod/cron. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cron
Instruction
- Create your composer.json and run "composer require quadrogod\cron"
- Create your App/Cron/Task_{TaskName or Task_Name}.php files with Class Task_{TaskName or Task_Name} extends \Quadrogod\Cron\Task
- Create method action_default() OR action_{action_name}() with your logic
- Execute script in console "php cron.php --task={TaskName} --action={action_name}" OR use web browser "http(s)://site.name/cron.php?task={TaskName}", * - optional param, default use action_default() method
- All params available in task class in $_params
- Use Autoload section in your composer.json
More info from Alex [email protected]
All versions of cron with dependencies
PHP Build Version
Package Version
The package quadrogod/cron contains the following files
Loading the files please wait ....