psr/http-server-middleware
PSR-15 HTTP server middleware interfaces for PHP. Provides the MiddlewareInterface specification used by request handlers and middleware stacks; no implementation included. Install via psr/http-server-middleware and use with compatible frameworks or libraries.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| andrew-gos/telegram-bot | — | 1 | 2 | 0 | 37 | 0 | 0.0 | 17.8 | MIT | — | |
| andrey_mireichyk/roadrunner-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| app-dev-panel/api | — | 1 | 1 | 0 | 8 | 0 | 0.0 | — | — | — | |
| bartacus/bartacus-bundle | — | 13 | 13 | 9 | 297 | 14 | 9.8 | 22.8 | GPL-3.0 | 8 years ago | |
| cakephp/cakephp | CakePHP is a rapid development PHP framework built around MVC and proven patterns like Front Controller and data mapping. It helps teams quickly build robust, flexible web applications. Install via Composer or start with the official app skeleton. | 8,793 | 8,852 | 3,373 | 296K | 6 | 71.3 | 30.2 | MIT | 2 weeks ago | |
| carthage/elissa-bundle | — | 24 | 24 | 0 | 0 | 0 | 8.3 | — | MIT | 7 months ago | |
| carthage-software/elissa-bundle | — | 24 | 24 | 0 | 0 | 0 | 8.3 | — | MIT | 7 months ago | |
| cedricziel/canva-extension-helper | — | 7 | 7 | 2 | 0 | 0 | 1.9 | — | — | 5 years ago | |
| derafu/twig | — | 0 | 0 | 0 | 358 | 0 | 0.0 | 34.5 | MIT | — | |
| ecodev/graphql-upload | Laravel-friendly support for GraphQL multipart file uploads. Adds an Upload scalar and request handling so clients can send files with GraphQL operations, following the graphql-multipart-request specification. Suitable for APIs needing file uploads in GraphQL. | 90 | 90 | 17 | 24K | 0 | 13.2 | 0.4 | MIT | 5 months ago | |
| ecphp/cas-lib | Laravel-oriented PHP CAS (Central Authentication Service) library for integrating SSO into your app. Provides CAS client features like login/logout handling, ticket validation, and user attribute retrieval, aiming for straightforward setup and compatibility with common CAS servers. | 18 | 18 | 5 | 7K | 0 | 7.2 | 35.7 | BSD-3-Clause | 1 year ago | |
| equip/dispatch | — | 24 | — | 3 | — | 0 | 0.3 | — | MIT | — | |
| facile-it/php-openid-client | Full-featured PHP OpenID Connect/OAuth2 client with discovery and dynamic client registration. Supports authorization flows, refresh/client credentials grants, userinfo & ID tokens, JWT signing/encryption, request objects, token revocation/introspection, and advanced client auth. | 41 | 42 | 11 | 22K | 4 | 17.4 | 42.9 | — | 5 months ago | |
| httpsoft/http-cookie | — | 3 | 3 | 1 | 5K | 0 | 1.5 | 42.3 | MIT | 3 years ago | |
| laminas/laminas-stratigility | Laminas Stratigility provides PSR-15 HTTP middleware tools, including a middleware pipeline and helpers for composing request handlers. Build reusable, interoperable middleware stacks for PHP applications and frameworks. | 57 | 58 | 13 | 183K | 1 | 26.3 | 56.6 | BSD-3-Clause | 1 month ago | |
| league/oauth2-server | Standards-compliant OAuth 2.0 authorization server for PHP. Protect APIs with bearer access tokens, issue and refresh tokens, and support common grants (auth code, client credentials, device, implicit, password, refresh) with PSR-7 interoperability and RFC support. | 6,646 | 6,727 | 1,134 | 4M | 55 | 76.1 | 67.1 | MIT | 6 months ago | |
| league/openapi-psr7-validator | — | 557 | 562 | 109 | 464K | 55 | 52.4 | 76.0 | MIT | 4 weeks ago | |
| mcp/sdk | — | 1,532 | 1,531 | 142 | 351K | 74 | 52.3 | 67.7 | NOASSERTION | 4 days ago | |
| 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). | 96 | 99 | 7 | 4K | 0 | 1.9 | 22.6 | MIT | 1 year ago | |
| middlewares/request-handler | PSR-15/PSR-7 request handler middleware for PHP. Build a flexible pipeline that routes an incoming ServerRequest to your handler stack, with clean delegation and composable middlewares—ideal for frameworks or custom apps needing standard request processing. | 45 | 47 | 6 | 40K | 0 | 4.9 | 40.7 | MIT | 1 year ago | |
| middlewares/utils | Common utilities for Middlewares PSR packages: auto-discovered PSR-7/PSR-17 Factory (Diactoros, Guzzle, Slim, Nyholm, Sunrise) plus PSR-15 Dispatcher for testing, callable handler helpers, and HTTP error exceptions. | 50 | 50 | 12 | 88K | 1 | 9.7 | 44.4 | MIT | 1 year ago | |
| openswoole/core | Core PHP library for OpenSwoole, enabling async I/O, coroutines, and fibers for building secure, reliable, high-performance applications. Install via Composer and follow the OpenSwoole docs for usage and APIs. | 18 | 19 | 8 | 69K | 0 | 1.8 | 49.3 | — | 2 years ago | |
| openzipkin/zipkin | — | 277 | 278 | 60 | 82K | 11 | 15.6 | 38.3 | Apache-2.0 | 1 year ago | |
| phalcon/phalcon | Phalcon is a high-performance PHP web framework delivered as a C extension, offering low overhead, fast request handling, and an MVC architecture. Includes routing, DI, ORM, templating, caching, and other tools for building modern PHP apps. | 246 | 246 | 50 | 9 | 67 | 19.8 | 24.4 | MIT | — | |
| slim/slim | Slim is a fast PHP micro-framework for building web apps and APIs. PSR-7/PSR-15 compliant, minimal and flexible, with middleware, routing, and DI-friendly design. Choose your preferred PSR-7 implementation and optional Slim-Http decorators. | 12,254 | 12,527 | 1,969 | 913K | 10 | 72.4 | 35.0 | MIT | 2 weeks ago | |
| spiral/auth-http | Spiral auth-http provides HTTP authentication middleware and token transports for Spiral apps. Integrate auth into request pipelines and pass credentials via headers or other HTTP mechanisms, with strong typing, tests, and framework-friendly setup. | 0 | 0 | 0 | 342 | 0 | 1.2 | 35.0 | MIT | 5 years ago | |
| spiral/cookies | PSR-7 cookie management for Spiral apps: create, encrypt/sign, and send cookies via a middleware-driven CookiesManager. Provides helpers for queueing and clearing cookies, supports secure defaults and seamless integration with Spiral HTTP workflows. | 3 | 3 | 0 | 730 | 0 | 1.5 | 31.3 | MIT | 5 years ago | |
| spiral/framework | Spiral Framework is a high-performance, long-running full-stack PHP framework built for RoadRunner. PSR-compliant components, resident memory kernel, and native support for queues, GRPC, WebSockets, and background workers. | 2,047 | 2,048 | 91 | 96K | 44 | 53.4 | 45.6 | MIT | 1 month ago | |
| spiral/http | Spiral HTTP provides a PSR-7/PSR-15 based request pipeline for building and composing middleware-driven HTTP applications. Lightweight, type-safe, and framework-friendly, with full docs and testing/analysis tooling. | 3 | 3 | 1 | 1K | 0 | 3.6 | 35.4 | MIT | 6 years ago | |
| thecodingmachine/graphqlite | — | 572 | 572 | 107 | 78K | 24 | 42.3 | 44.7 | MIT | 2 weeks ago | |
| tuupola/callable-handler | — | 10 | 10 | 1 | 73K | 0 | 0.1 | — | MIT | — | |
| tuupola/slim-basic-auth | — | 444 | 459 | 66 | 28K | 9 | 6.9 | 28.0 | MIT | — | |
| typo3/cms-core | TYPO3 CMS Core provides the essential framework, APIs, and services for the TYPO3 content management system. It powers backend and frontend rendering, extensions, security, caching, routing, and site configuration for building and maintaining TYPO3-based websites. | 33 | 37 | 19 | 292K | 0 | 0.7 | 54.3 | GPL-2.0 | — | |
| zendframework/zend-stratigility | Zend Stratigility is a lightweight middleware pipeline for PHP, built around PSR-7 HTTP messages. Compose request/response processing with reusable middleware, route-like piping, and error handling—ideal for building microservices or adding middleware to existing apps. | 229 | 252 | 52 | 12K | 3 | 6.4 | 17.8 | BSD-3-Clause | 6 years ago |
How can I help you explore Laravel packages today?