Registry / web-framework / laravel-lumen-framework

laravel-lumen-framework

JSON →
library11.2.0phppackagistunverified

The Laravel Lumen Framework is a stunningly fast PHP micro-framework for building web applications.

composer require laravel/lumen-framework
INSTALL
IMPORT
SIG · LARAVEL-LUMEN-FRAM
L
laravel-lumen-framework
web-frameworkphpv11.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Application
use Laravel\Lumen\Application;

Create a minimal Lumen application with a single route.

<?php require __DIR__.'/vendor/autoload.php'; $app = new Laravel\Lumen\Application( __DIR__ ); $app->get('/', function () { return 'Hello Lumen'; }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
laravel-lumen-framework — pip install laravel-lumen-framework · libregistry