PHPackages                             swooder/lumenoctane - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. swooder/lumenoctane

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

swooder/lumenoctane
===================

Supercharge your Lumen application's performance.

1.0.0(3y ago)35471MITPHPPHP ^7.4 || ~8.0 || ~8.1

Since Nov 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/swooder/lumenoctane)[ Packagist](https://packagist.org/packages/swooder/lumenoctane)[ RSS](/packages/swooder-lumenoctane/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (2)Used By (0)

Laravel Octane supercharges your application's performance by serving your application using high-powered application servers, including Open Swoole, Swoole, and RoadRunner. Octane boots your application once, keeps it in memory, and then feeds it requests at supersonic speeds.

lumen Octane is based on code from Laravel Octane, make your lumen app can integration octane

it can run on php &gt;= 7.4 , lumen version 5.8, 6.0, 7.0, 8.0, 9.0

#### Install via composer

[](#install-via-composer)

```
composer require swooder/lumenoctane

```

#### Copy the config

[](#copy-the-config)

Copy the config file from vendor/swooder/lumenoctane/config/octane.php to config folder of your Lumen application

Register your config by adding the following in the bootstrap/app.php before middleware declaration.

```
$app->configure('octane');

```

#### Bootstrap file changes

[](#bootstrap-file-changes)

Add the following snippet to the bootstrap/app.php file under the providers section as follows:

```
// Add this line
$app->register(Laravel\Octane\OctaneServiceProvider::class);

```

#### swoole

[](#swoole)

If you plan to use the Swoole application server to serve your Laravel Octane application, you must install the Swoole PHP extension. Typically, this can be done via PECL

```
pecl install swoole

```

#### RoadRunner

[](#roadrunner)

RoadRunner is powered by the RoadRunner binary, which is built using Go. The first time you start a RoadRunner based Octane server, Octane will offer to download and install the RoadRunner binary for you

```
# Within the Sail shell...
./vendor/bin/rr get-binary

```

#### Serving Your Application

[](#serving-your-application)

```
php artisan octane:start

```

#### More Info about

[](#more-info-about)

please visit laravel octane

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f688332d4e259ba48f6f83c6f57c56a498d1d2d99cd3205ba1ef2a87d4ecaf9?d=identicon)[woodfish](/maintainers/woodfish)

---

Top Contributors

[![swooder](https://avatars.githubusercontent.com/u/2777751?v=4)](https://github.com/swooder "swooder (5 commits)")

---

Tags

laravelswooleroadrunneroctane

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/swooder-lumenoctane/health.svg)

```
[![Health](https://phpackages.com/badges/swooder-lumenoctane/health.svg)](https://phpackages.com/packages/swooder-lumenoctane)
```

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k21.5M159](/packages/laravel-octane)[ashallendesign/short-url

A Laravel package for creating shortened URLs for your web apps.

1.4k1.9M4](/packages/ashallendesign-short-url)[garveen/laravoole

Get 10x performance for Laravel on Swoole or Workerman

8834.9k](/packages/garveen-laravoole)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
