lavary/crunz
A PHP-based job scheduler 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: 3795
- days_rel: n/a
- days_push: 665
- n_releases_24m: 0
Adoption not part of the score
1414 stars · 134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Crunz is a framework-agnostic PHP package for scheduling periodic tasks (cron jobs) using a fluent PHP API instead of crontab entries. A single cron entry runs every minute and delegates to Crunz, which executes due tasks defined in PHP task files, including shell commands and PHP closures.
Use cases
- schedule cron jobs from PHP code instead of crontab
- run periodic backup commands on a schedule
- define recurring tasks with a fluent API
- manage scheduled closures and shell commands in version control
- replace complex crontab files with PHP task files
When to choose
- you maintain a legacy PHP project already using Crunz
- you want cron-style scheduling defined in PHP without a full framework like Laravel
- you need to run both shell commands and PHP closures on a schedule
When to avoid
- starting a new project - use the maintained crunzphp/crunz fork instead
- you need a scheduler with active support and recent bug fixes
- you are not working in PHP
Facets
library · maturity abandoned
scheduling cli workflow-automation developer-tools php cli cross-platform cron job-scheduler task-scheduling framework-agnostic unmaintained automation command-line linux
1 source
- readme: https://github.com/lavary/crunz · fetched 2026-08-28 · 0caac85d66ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lavary/crunz | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem