php-sabre-http5 - Library for dealing with http requests and responses
- Website:
- https://github.com/sabre-io/http
- Licence:
- BSD
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- 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/HTTP5/autoload.php
Packages
php-sabre-http5-5.1.6-1.remi.src | [56 KiB] |
Changelog by Remi Collet (2022-07-18):
- update to 5.1.6 |
php-sabre-http5-5.1.5-1.remi.src | [55 KiB] |
Changelog by Remi Collet (2022-07-11):
- update to 5.1.5 |
php-sabre-http5-5.1.4-1.remi.src | [55 KiB] |
Changelog by Remi Collet (2022-06-24):
- update to 5.1.4 |
php-sabre-http5-5.1.3-1.remi.src | [55 KiB] |
Changelog by Remi Collet (2021-11-04):
- update to 5.1.3 |
php-sabre-http5-5.1.2-1.remi.src | [55 KiB] |
Changelog by Remi Collet (2021-11-04):
- update to 5.1.2 |
php-sabre-http5-5.1.1-1.remi.src | [55 KiB] |
Changelog by Remi Collet (2020-10-05):
- update to 5.1.1 - switch to phpunit9 |
php-sabre-http5-5.1.0-1.remi.src | [56 KiB] |
Changelog by Remi Collet (2020-02-01):
- update to 5.1.0 |
php-sabre-http5-5.0.5-1.remi.src | [55 KiB] |
Changelog by Remi Collet (2019-11-29):
- update to 5.0.5 |