Extensions¶
Built-in¶
This framework comes with these middlewares:
Innmind\Framework\Middleware\Optionalto load a middleware only if the class exist, as seen in the profiler chapterInnmind\Framework\Middleware\LoadDotEnvto load a.envfile and inject the values in theInnmind\Framework\Environmentobject
Others¶
You can find other packages exposing middlewares via the virutal package innmind/framework-middlewares on Packagist.