ideas2life / cron-jobby
A wrapper for cronjobs using jobby for scheduling
Installs: 27 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- hellogerard/jobby: ^3.4
- ideas2life/i2log: ~0.0.3
Requires (Dev)
- phpunit/phpunit: ^5.6
This package is not auto-updated.
Last update: 2025-03-29 18:41:52 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