ideas2life / cron-jobby
A wrapper for cronjobs using jobby for scheduling
0.0.6
2018-05-13 09:05 UTC
Requires
- hellogerard/jobby: ^3.4
- ideas2life/i2log: ~0.0.3
Requires (Dev)
- phpunit/phpunit: ^5.6
This package is not auto-updated.
Last update: 2026-03-14 23:23:12 UTC
README
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