Open-source monitoring for cron jobs, background workers, and scheduled tasks.
Crontinel catches what generic uptime tools miss — the job that started but crashed silently, the queue worker that stopped processing, the cron that fired but did nothing.
Crontinel is available across your entire stack:
| Package | Description | Status |
|---|---|---|
crontinel/php |
PHP core library | |
crontinel/laravel |
Laravel integration | |
crontinel/node |
Node.js SDK | |
crontinel/python |
Python SDK | |
crontinel/go |
Go SDK | |
crontinel/rust |
Rust SDK | |
crontinel/ruby |
Ruby SDK | |
crontinel/ruby-on-rails |
Rails integration | |
crontinel/cli |
CLI tool | |
crontinel/mcp-server |
MCP server | |
crontinel/status-page |
Status page | — |
| Service | URL | Description |
|---|---|---|
| App | app.crontinel.com | Hosted SaaS |
| Status | status.crontinel.com | Public status page |
| Docs | docs.crontinel.com | Full documentation |
| Landing | crontinel.com | Marketing site |
Install the PHP package:
composer require crontinel/phpOr the Laravel package:
composer require crontinel/laravelSee docs.crontinel.com for full setup instructions.
- Process-level monitoring — not just "is the server up?" but "are your workers actually working?"
- Laravel Horizon support — reads worker state directly from Redis
- Background job tracking — knows when jobs start, finish, and fail
- Smart alerting — alerts go where your team works (Slack, email, webhooks, PagerDuty)
- Self-hostable — MIT licensed, run it on your own infrastructure
MIT © Harun R Rayhan