jobbyphp/jobby
Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5081
- days_rel: n/a
- days_push: 887
- n_releases_24m: 0
Adoption not part of the score
1048 stars · 150 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jobby is a PHP library that manages cron jobs from a single master crontab entry, letting you define scheduled tasks in PHP code instead of editing crontab. It handles locking to prevent overlapping runs, logging of stdout/stderr, error notification emails, per-hostname restrictions, and running jobs as other users.
Use cases
- schedule background tasks in PHP without editing crontab
- prevent duplicate cron job runs with locking
- get email alerts when a cron job fails
- run scheduled jobs only on specific servers in a web farm
- manage all cron schedules from version-controlled PHP code
- capture cron job output to log files
When to choose
- you have a PHP application and want cron schedules defined in code
- you need locking, logging, and failure emails for cron jobs out of the box
- you want one master crontab entry managing many jobs
When to avoid
- you need a distributed job scheduler across multiple machines with a central queue
- your stack is not PHP
- you need long-running daemon-style workers rather than periodic cron tasks
Facets
library · maturity maintenance
scheduling workflow-automation logging developer-tools backend php cli cron cron-jobs job-scheduler php background-jobs locking error-emails automation linux macos
4 sources
- readme: https://github.com/jobbyphp/jobby · fetched 2026-08-28 · d659a2e34f21
- homepage: https://packagist.org/packages/hellogerard/jobby · fetched 2026-08-29 · 0d5b63b6e6dd
- site_page: https://packagist.org/about · fetched 2026-08-29 · 29af46773a45
- site_page: https://packagist.org/packages/hellogerard/jobby/stats · fetched 2026-08-29 · 76f05fb05aba
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jobbyphp/jobby | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem