middlewares/fast-route
PSR-15 middleware that integrates FastRoute for route matching and handler discovery. Adds the matched handler and route parameters as request attributes, and can generate 404/405 responses via a PSR-17 response factory (auto-detected by default).
responseFactory() option. Use the __construct argument.responseFactory option to __constructresponseFactory() option as a method. Use the contructor argument instead.phpstan as a dev dependency to detect bugsresponseFactorypsr/http-server-middlewarehttp-interop/http-middleware with http-interop/http-server-middleware..dist suffix to phpcs.xml and phpunit.xml fileshttp-interop/http-middleware#0.5container() that works as a shortcut to use a PSR-11 container as a resolver.resolver() accepts any instance of Middlewares\Utils\CallableResolver\CallableResolverInterface.405 response includes an Allow header with the allowed methods for the request.container-interop by psr/containermiddlewares/utils#~0.9http-interop/http-middleware#0.4friendsofphp/php-cs-fixer#2.0http-interop/http-middleware#0.3First version
How can I help you explore Laravel packages today?