laravel/octane
Supercharge your Laravel application's performance. 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
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
- readme: https://github.com/laravel/octane · fetched 2026-08-28 · 6c987e865622
- homepage: https://laravel.com/docs/octane · fetched 2026-08-29 · a77e4279f6a7
- site_page: https://laravel.com/framework/docs/releases · fetched 2026-08-29 · d93e91039c34
- site_page: https://laravel.com/framework/docs/upgrade · fetched 2026-08-29 · 32bccc88e634
- site_page: https://laravel.com/framework/docs/contributions · fetched 2026-08-29 · 01e27c891a1f
- site_page: https://laravel.com/framework/docs/installation · fetched 2026-08-29 · ed7bdbb9d6bf
- site_page: https://laravel.com/framework/docs/configuration · fetched 2026-08-29 · d572d1ff7d7d
- site_page: https://laravel.com/framework/docs/ai · fetched 2026-08-29 · 79093d67481d
- site_page: https://laravel.com/framework/docs/structure · fetched 2026-08-29 · 513a81ada63d
- site_page: https://laravel.com/framework/docs/frontend · fetched 2026-08-29 · 1d4ffa908522
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laravel/octane | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem