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

laravel/octane

Supercharge your Laravel application's performance. observed · 2026-08-28

github.com/laravel/octane · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • 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: 14
  • age_days: 1991
  • days_rel: 15
  • days_push: 10
  • n_releases_24m: 40

Full methodology

Adoption not part of the score

4035 stars · 347 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Laravel Octane is a first-party Laravel package that dramatically boosts application performance by serving the app through high-powered application servers like FrankenPHP, Swoole, Open Swoole, and RoadRunner. It boots the application once, keeps it resident in memory, and serves subsequent requests at high speed, also providing concurrent tasks, ticks, caching, and tables.

Use cases

  • speed up my laravel application
  • serve laravel with swoole or roadrunner
  • keep php app in memory instead of booting per request
  • run concurrent tasks in laravel
  • reduce laravel request latency
  • high performance php web server for laravel

When to choose

  • you have a Laravel app and need significantly lower request latency and higher throughput
  • you want long-lived workers, concurrent tasks, or Octane's cache/tables features
  • you can run a dedicated application server (FrankenPHP, Swoole, RoadRunner) instead of PHP-FPM

When to avoid

  • your app is not built on Laravel
  • you rely on code with memory leaks or state assumptions incompatible with long-running workers
  • you need a simple shared-hosting deployment with classic PHP-FPM/Apache

Facets

library · maturity active

http-server web-framework caching concurrency middleware web-development backend performance php cli windows laravel octane swoole roadrunner frankenphp application-server long-running-processes performance-optimization php linux macos docker

10 sources

Member repositories

RepositoryRoleHealth v2
laravel/octanemain99

For agents

markdown · JSON · MCP: product_card(name="laravel/octane")

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