Download the PHP package swooder/lumenoctane without Composer
On this page you can find all versions of the php package swooder/lumenoctane. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download swooder/lumenoctane
More information about swooder/lumenoctane
Files in swooder/lumenoctane
Package lumenoctane
Short Description Supercharge your Lumen application's performance.
License MIT
Informations about the package lumenoctane
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 >= 7.4 , lumen version 5.8, 6.0, 7.0, 8.0, 9.0
Install via composer
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.
Bootstrap file changes
Add the following snippet to the bootstrap/app.php file under the providers section as follows:
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
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
Serving Your Application
More Info about
please visit laravel octane https://laravel.com/docs/9.x/octane
All versions of lumenoctane with dependencies
laminas/laminas-diactoros Version ^2.5
nesbot/carbon Version ^2.60
symfony/psr-http-message-bridge Version ^2.0