# laravel/octane

Supercharge your Laravel application's performance.

Repository: https://github.com/laravel/octane
Canonical: https://ross.abutalabs.com/products/octane
Homepage: https://laravel.com/docs/octane
Language: PHP
License: MIT
License Family: permissive
Topics: laravel, octane, roadrunner, swoole
Last push: 2026-08-23T17:25:20+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 1991, "days_push": 10, "days_rel": 15, "gap_med": 14, "n_releases_24m": 40}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4035, forks 347 (observed 2026-08-28T04:08:32.865026+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: http-server, web-framework, caching, concurrency, middleware
- domain: web-development, backend, performance
- platform: php, cli, windows
- tags: laravel, octane, swoole, roadrunner, frankenphp, application-server, long-running-processes, performance-optimization, php, linux, macos, docker

## Member repositories
- laravel/octane (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:32.865026+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:48.591952+00:00, confidence not recorded.
  - readme: https://github.com/laravel/octane (fetched 2026-08-28T04:08:32.865026+00:00, sha 6c987e865622)
  - homepage: https://laravel.com/docs/octane (fetched 2026-08-29T09:16:29.640077+00:00, sha a77e4279f6a7)
  - site_page: https://laravel.com/framework/docs/releases (fetched 2026-08-29T09:16:29.643505+00:00, sha d93e91039c34)
  - site_page: https://laravel.com/framework/docs/upgrade (fetched 2026-08-29T09:16:29.645553+00:00, sha 32bccc88e634)
  - site_page: https://laravel.com/framework/docs/contributions (fetched 2026-08-29T09:16:29.647629+00:00, sha 01e27c891a1f)
  - site_page: https://laravel.com/framework/docs/installation (fetched 2026-08-29T09:16:29.649463+00:00, sha ed7bdbb9d6bf)
  - site_page: https://laravel.com/framework/docs/configuration (fetched 2026-08-29T09:16:29.652062+00:00, sha d572d1ff7d7d)
  - site_page: https://laravel.com/framework/docs/ai (fetched 2026-08-29T09:16:29.654497+00:00, sha 79093d67481d)
  - site_page: https://laravel.com/framework/docs/structure (fetched 2026-08-29T09:16:29.656419+00:00, sha 513a81ada63d)
  - site_page: https://laravel.com/framework/docs/frontend (fetched 2026-08-29T09:16:29.658822+00:00, sha 1d4ffa908522)
- Data as of 2026-08-30T08:39:29.467469+00:00.
