zendframework/zend-psr7bridge
Bridge between Zend Diactoros HTTP messages and PSR-7 interfaces. Provides factories and converters to create, wrap, and translate requests, responses, streams, and uploaded files for interoperability across PSR-7 compatible middleware and apps.
Architecture fit: Suitable only for legacy Zend Framework 2/3 projects requiring PSR-7 interoperability. Obsolete for modern applications due to Zend's evolution into Laminas, which natively supports PSR-7.
Integration feasibility: Low. Archived status (last release 2018) implies no compatibility guarantees for PHP 8.x or Laminas components. Requires extensive testing to validate basic functionality in current environments.
Technical risk: High. Critical security vulnerabilities will remain unpatched, and compatibility issues with modern PHP/dependency stacks are likely. Zero maintenance guarantees increase long-term technical debt.
Key questions: Are there maintained alternatives (e.g., Laminas PSR-7 implementations)? Does this bridge work with PHP 8.0+? What is the recommended migration path for Zend-to-PSR-7 without this bridge?
Stack fit: Only viable for short-term migration
How can I help you explore Laravel packages today?