jamesmh/coravel
Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze! observed · 2026-08-28
Health v2 · maintenance only
37/100
- Activity 32
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3004
- days_rel: n/a
- days_push: 409
- n_releases_24m: 0
Adoption not part of the score
4287 stars · 271 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Coravel is a near-zero configuration .NET library that provides task/job scheduling, in-memory queuing, caching, event broadcasting, and mailing with a fluent, expressive API. It is distributed as a NuGet package for .NET Core / .NET Standard applications.
Use cases
- schedule recurring background jobs in .NET without cron or Windows Task Scheduler
- offload long-running work from HTTP requests to an in-memory background queue
- add caching to a .NET Core app with a simple API
- send emails with razor templates via SMTP
- decouple application components with event broadcasting
- build a .NET worker service with scheduled tasks
When to choose
- you want Laravel-style scheduling, queuing, and mailing in a .NET app with minimal setup
- you need lightweight in-memory background jobs without external infrastructure like Redis or Hangfire databases
- you want one library covering scheduling, caching, events, and email
When to avoid
- you need durable, distributed job processing across multiple servers
- you require advanced message-queue features like retries, dead-letter queues, or broker-backed delivery
- your project is not on .NET Core / .NET Standard
Facets
library · maturity active
scheduling caching message-queue email workflow-automation backend developer-tools dotnet cross-platform task-scheduler background-jobs event-broadcasting in-memory-queue razor-templates near-zero-config automation
2 sources
- readme: https://github.com/jamesmh/coravel · fetched 2026-08-28 · 10055d942446
- homepage: https://docs.coravel.net/Installation/ · fetched 2026-08-29 · 83ed32bf4009
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jamesmh/coravel | main | 37 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem