PHPackages                             dynamitechetan/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. dynamitechetan/lumenoctane

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

dynamitechetan/lumenoctane
==========================

Supercharge your Lumen application's performance.

01PHP

Since Oct 3Pushed 1y agoCompare

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

READMEChangelogDependenciesVersions (1)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(Twid\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

14

—

LowBetter than 2% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 55.6% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e410afbfcc1860513026144ad7cf773f551a90dc30466e901d9e50402baf1ef3?d=identicon)[dynamitechetan](/maintainers/dynamitechetan)

---

Top Contributors

[![swooder](https://avatars.githubusercontent.com/u/2777751?v=4)](https://github.com/swooder "swooder (5 commits)")[![chetan-twid](https://avatars.githubusercontent.com/u/144991230?v=4)](https://github.com/chetan-twid "chetan-twid (3 commits)")[![dynamitechetan](https://avatars.githubusercontent.com/u/14369357?v=4)](https://github.com/dynamitechetan "dynamitechetan (1 commits)")

### Embed Badge

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

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

###  Alternatives

[godbout/dash-docset-builder

Dash (LOVE) Docset Builder in PHP (LOVE).

1253.5k](/packages/godbout-dash-docset-builder)[markwalet/laravel-packagist

A Laravel wrapper for the `spatie/packagist-api` package.

132.1k](/packages/markwalet-laravel-packagist)

PHPackages © 2026

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