cron-jobby
A cronjob abstraction over jobbyphp/jobby
Why use it?
- Get all the features of Jobby, a PHP cron job manager by @hellogerard
- Run the execution of cron jobs in a dedicate service class that handles the logging
Installation
$ composer require ideas2life/cron-jobby
Usage
There is an example usage file in
vendor/ideas2life/cron-jobby/jobby/jobby.php
It is recommended that you copy this file in your root project folder and edit as you wish