Package: wnpp Severity: wishlist Owner: Ahmed Gamal <ahmed.gamal9...@gmail.com>
* Package name : php-psr-http-factory Version : 1.0.1 Upstream Author : PHP-FIG <http://www.php-fig.org/> * URL : https://github.com/php-fig/http-factory * License : MIT Programming Lang: PHP Section : php Description: Common interfaces for PSR-7 HTTP message factories This package provides common interfaces for PSR-7 HTTP message factories as defined by PSR-17 (HTTP Message Factories). It is part of the PHP Standards Recommendations (PSR) for HTTP message interfaces. The package contains the standard interfaces for creating HTTP requests, responses, server requests, streams, uploaded files, and URIs, ensuring interoperability between different HTTP factory implementations. 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 factory interfaces for handling HTTP requests and responses in web-based components. The php-psr-http-factory package is essential for: - Providing standardized HTTP factory interfaces for FOSSology components - Ensuring interoperability with PSR-17 compliant HTTP libraries - Supporting web-based tools in FOSSology that handle HTTP requests - Maintaining compatibility with modern PHP HTTP standards - Enabling consistent HTTP message creation across different implementations - Supporting the PSR-17 specification for HTTP message factories Technical Details: - Requires PHP >= 7.0.0 - Depends on psr/http-message (^1.0) - Implements PSR-17 HTTP Message Factories specification - Uses PSR-4 autoloading - Provides interfaces for all PSR-17 factory types - MIT licensed for maximum compatibility - Part of the PHP-FIG standards recommendations Dependencies: - php (>= 7.0.0) - php-psr-http-message (>= 1.0) - Build dependencies: phpunit, php-codesniffer The package will be maintained by Ahmed Gamal <ahmed.gamal9...@gmail.com> as part of the FOSSology packaging effort. -- Ahmed Gamal FOSSology Debian Packaging Team