* Package name : php-fig-http-message-util
Version : 1.1.5
Upstream Author : PHP Framework Interoperability Group (PHP-FIG)
* URL : https://github.com/php-fig/http-message-util
* License : MIT
Programming Lang: PHP
Section : php
Description:
Utility classes and constants for use with PSR-7 (psr/http-message)
This package provides utility classes and constants to facilitate common
operations of PSR-7; the primary purpose is to provide constants for
referring
to request methods, response status codes and messages, and potentially
common
headers. Implementation of PSR-7 interfaces is not within the scope of this
package.
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 rely on PSR-7 HTTP message utilities for handling
HTTP requests and responses in a standardized way.
Technical Details:
- Requires PHP >= 5.3 (compatible with PHP 7 and 8)
- Provides constants for HTTP request methods and status codes
- No runtime dependencies, but suggests psr/http-message for full PSR-7
support
- PSR-4 autoloading
The package will be maintained by Ahmed Gamal <ahmed.gamal9541@gmail.com>
as part
of the FOSSology packaging effort.