Libraries tagged by HTTP middleware
heypongo/laravel-deprecation-middleware
2 Downloads
A Laravel middleware to signal HTTP route deprecation (Deprecation, Sunset, Link headers)
trin4ik/laravel-middleware-setlocale
1157 Downloads
Laravel "SetLocale" middleware from user data, http headers, post data etc
ctw/ctw-middleware-apex
153 Downloads
This PSR-15 middleware redirects with an HTTP 301 ("Moved Permanently") Location header an apex domain to www e.g. example.com to www.example.com.
lezhnev74/psr-recording-middleware
20 Downloads
A recording middleware for any PSR-7 HTTP client that records every request/response exchange and can replay them, turning recorded traffic into a predictable fixture for integration tests. Built on PSR-7, PSR-17 and PSR-3.
ctw/ctw-middleware-httpexception
162 Downloads
This PSR-15 middleware catches exceptions implementing "Ctw\Http\HttpException\HttpException\HttpExceptionInterface" and returns a custom error page.
simsoft/http-client
151 Downloads
A fluent, zero-dependency PHP HTTP client with built-in OAuth2, retry, middleware, and streaming — powered by cURL.
wizbit/guzzle-bundle-middleware-plugin
789 Downloads
A generic middleware plugin for Guzzle Bundle, a PHP HTTP client library and framework for building RESTful web service clients
tobento/app-http
286 Downloads
App http support.
slince/middleware
28 Downloads
A flexible PSR15 middleware dispatcher
pierotto/symfony-middleware-bundle
16 Downloads
This Symfony extension allows for the integration of middleware into your application, providing a streamlined approach to handling HTTP requests and responses.
northwoods/lazy-middleware
204663 Downloads
Lazy loading for middleware and request handlers
noglitchyo/symfony-middleware-bundle
10 Downloads
Introduce PSR-15 middleware collection dispatcher into Symfony.
mnavarrocarter/amp-http-router
284 Downloads
Composable middleware-based routing engine for amp application in PHP
makise-co/http-router
537 Downloads
PSR HTTP Router
kode/http
30 Downloads
现代化、高性能的 PHP HTTP 服务端库,支持 PSR-7/PSR-15/PSR-17 标准,多运行时环境(Swoole、Workerman、FPM),深度集成 kode/process、kode/fibers、kode/parallel