Registry / web-framework / mezzio-mezzio

mezzio-mezzio

JSON →
library3.28.1phppackagistunverified

PSR-15 Middleware Microframework

composer require mezzio/mezzio
INSTALL
IMPORT
SIG · MEZZIO-MEZZIO
M
mezzio-mezzio
web-frameworkphpv3.28.1
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 Mezzio\Application;

Create a simple Mezzio application with a route

use Mezzio\Application; $app = new Application(); $app->get('/', function ($request, $handler) { return new \Laminas\Diactoros\Response\HtmlResponse('Hello World!'); }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.28.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources