Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mezziomezzio - Coggle Diagram
Mezzio
Routing
PSR-11
Templating
Error Handling
CLI
Development Mode
Clear Cache Config
Composer Check
Mezzio
Architecture
Modules
Config
config/config.php
config/development.config.php.dist
Mezzio Tooling
Laminas Component Installer
Laminas Config Agregator
ConfigProvider
Config Aggregator
CLI
module:create <modulename>
module:register <modulename>
module:deregister <modulename>
Middleware
Piping
laminas-stratigility
config/pipeline.php
Routing
config/routes.php
Handlers
handler:create <handlername>
Templating
Interfaces
Psr\Http\Server\MiddlewareInterface
Request
Psr\Http\Message\ServerRequestInterface or Psr\Http\Server\RequestHandlerInterface
Response
Psr\Http\Message\ResponseInterface
Types
PSR-15 middleware
PSR-15 request handler
Callable
Service-based middleware
Application
Composition
Mezzio\MiddlewareFactory
Laminas\Stratigility\MiddlewarePipe
Mezzio\Router\RouteCollector
Laminas\HttpHandlerRunner\RequestHandlerRunner
Defining a Application
Instantiation
Container factory
run()