Name: | php-sabre-http |
---|---|
Version: | 4.2.4 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 125997 |
License: | BSD |
RPM: | php-sabre-http-4.2.4-1.el7.noarch.rpm |
Source RPM: | php-sabre-http-4.2.4-1.el7.src.rpm |
Build Date: | Tue Aug 14 2018 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/sabre-io/http |
Summary: | Library for dealing with http requests and responses |
Description: | This library provides a toolkit to make working with the HTTP protocol easier. Most PHP scripts run within a HTTP request but accessing information about the HTTP request is cumbersome at least, mainly do to superglobals and the CGI standard. There's bad practices, inconsistencies and confusion. This library is effectively a wrapper around the following PHP constructs: For Input: $_GET $_POST $_SERVER php://input or $HTTP_RAW_POST_DATA. For output: php://output or echo. header() What this library provides, is a Request object, and a Response object. The objects are extendable and easily mockable. Autoloader: /usr/share/php/Sabre/HTTP/autoload.php |
- update to 4.2.4 - use range dependencies on F27+
- Update to 4.2.3
- update to 4.2.2
- switch from symfony/class-loader to fedora/autoloader
- update to 4.2.1 - add dependency on sabre/uri - run test suite with both PHP 5 and 7 when available
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- update to 3.0.5 - add autoloader
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- update to 2.0.4 - composer dependencies
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild