slim/http
Slim-Http provides Slim-style PSR-7 decorators and factories for responses, server requests, and URIs. Wrap any PSR-7 implementation (Nyholm, Laminas, etc.) to get convenient methods like Response::withJson() while staying PSR-7 compatible.
Architecture fit is conditional on PSR-7 bridge usage. Laravel's native Request/Response classes aren't PSR-7 compliant by default, requiring conversion via bridges like symfony/psr-http-message-bridge or nyholm/psr7. This adds abstraction layers that conflict with Laravel's ecosystem design. Integration feasibility is low due to mandatory PSR-7 conversion steps and lack of native Laravel integration. Technical risks include low adoption (0 dependents), potential redundancy with Laravel's built-in methods (e.g
How can I help you explore Laravel packages today?