Package: wnpp Severity: wishlist Owner: Ahmed Gamal <[email protected]>
* Package name : php-psr-http-message Version : 1.0.1 Upstream Author : PHP-FIG <http://www.php-fig.org/> * URL : https://github.com/php-fig/http-message * License : MIT Programming Lang: PHP Section : php Description: Common interface for HTTP messages This package provides common interfaces for HTTP messages as defined by PSR-7 (HTTP Message Interface). It is part of the PHP Standards Recommendations (PSR) for HTTP message interfaces. The package contains the standard interfaces for HTTP requests, responses, server requests, streams, and uploaded files, ensuring interoperability between different HTTP message implementations and providing a common foundation for HTTP handling in PHP applications. Rationale: This package is required as a dependency for FOSSology, an open source license compliance system. FOSSology uses PHP-based tools for source code analysis and license detection, which need standardized HTTP message interfaces for handling HTTP requests and responses in web-based components. The php-psr-http-message package is essential for: - Providing standardized HTTP message interfaces for FOSSology components - Ensuring interoperability with PSR-7 compliant HTTP libraries - Supporting web-based tools in FOSSology that handle HTTP requests - Maintaining compatibility with modern PHP HTTP standards - Enabling consistent HTTP message handling across different implementations - Supporting the PSR-7 specification for HTTP message interfaces Technical Details: - Requires PHP >= 5.3.0 - Implements PSR-7 HTTP Message Interface specification - Uses PSR-4 autoloading - Provides interfaces for all PSR-7 message types - MIT licensed for maximum compatibility - Part of the PHP-FIG standards recommendations - Foundation for PSR-17 HTTP Factory interfaces Dependencies: - php (>= 5.3.0) - Build dependencies: phpunit, php-codesniffer The package will be maintained by Ahmed Gamal <[email protected]> as part of the FOSSology packaging effort. -- Ahmed Gamal FOSSology Debian Packaging Team

