Registry / utility / hellogerard-jobby

hellogerard-jobby

JSON →
library3.5.0phppackagistunverified

Manage cron jobs without modifying crontab; handles locking, logging, error emails, and more.

composer require hellogerard/jobby
INSTALL
IMPORT
SIG · HELLOGERARD-JOBBY
H
hellogerard-jobby
utilityphpv3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Jobby
use Jobby\Jobby;

Add a cron job and run the scheduler.

use Jobby\Jobby; $jobby = new Jobby(); $jobby->add('MyJob', [ 'command' => 'ls', 'schedule' => '* * * * *', ]); $jobby->run();
Debug
Known issues
breakingRequires PHP 7.1+ and the `exec` function enabled.
fix
Ensure PHP version meets requirements and `exec` is not disabled in php.ini.
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
hellogerard-jobby — pip install hellogerard-jobby · libregistry