Fedora Packages

php-sabre-http5

Library for dealing with http requests and responses

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

Releases Overview

Release Stable Testing
Fedora Rawhide 5.1.10-3.fc40 -
Fedora 40 5.1.10-3.fc40 -
Fedora 39 5.1.10-1.fc39 -
Fedora 38 5.1.10-1.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at php-sabre-http5 dash maintainers at fedoraproject dot org.



Sources on Pagure