Ross ROSS = Recommend OSS · open-source software intelligence for agents

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

github.com/jamesmh/coravel · homepage · C# · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
jamesmh/coravelmain37

For agents

markdown · JSON · MCP: product_card(name="jamesmh/coravel")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem