Scheduled Jobs
Cron-based scheduled tasks via Laravel's schedule or system cron. Heartbeat pings to BetterStack so silent failures alert within the expected interval. Jobs that fan out work onto the queue rather than running inline so a slow task doesn't block the cron worker.
Projects
- Hospitality booking platform2025-11-20
Booking + reservations platform with calendar UI, deposits, customer messaging.
Industry: hospitality - Field service mobile-first portal2025-09-01
Mobile-first field service portal — job assignment, GPS check-in, photo upload, invoice generation.
Industry: trades - Applicant tracking system2025-08-15
ATS with pipeline kanban, candidate notes, interview scheduling, GDPR-compliant data subject flows.
Industry: recruiting - Finance reporting dashboard2024-12-10
Operational dashboard with KPI widgets, scheduled exports, audit trail across teams.
Industry: finance - Healthcare scheduling app2024-11-20
Provider-side scheduling + intake forms with insurance verification flow.
Industry: healthcare - Holiday Lights2026-03-01
Seasonal-services marketing site — booking calendar, service tiers, deposit flow.
Packages (11)
- @philiprehberger/dotnet-cron-expressiondotnet
Parse, validate, and evaluate cron expressions with next/previous occurrence calculation, shortcut aliases, fluent builder, human-readable descriptions, timezone-aware scheduling, exclusion calendars, and Nth weekday support.
- @philiprehberger/dotnet-schedulerdotnet
Lightweight in-process job scheduler with cron expressions, timezone support, execution history, and lifecycle callbacks.
- @philiprehberger/go-cron-kitgo
Cron expression parser and job scheduler with overlap prevention for Go
- @philiprehberger/kt-cron-kitkotlin
Cron expression parsing, scheduling, and human-readable descriptions.
- @philiprehberger/cron-expression-builderphp
Fluent cron expression builder with human-readable methods
- @philiprehberger/py-task-schedulerpython
Cron-like task scheduler with overlap prevention and interval support.
- @philiprehberger/rb-cron-kitruby
Cron expression parser and scheduler
- @philiprehberger/rb-cron-parserruby
Cron expression parser for calculating next and previous occurrences
- @philiprehberger/rb-schedulerruby
Lightweight in-process task scheduler with cron and interval support for Ruby
- @philiprehberger/rs-cron-parserrust
Cron expression parsing, scheduling, and human-readable descriptions
- @philiprehberger/cron-kittypescript
Cron job scheduler with overlap prevention, timezones, and job management