Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-sabre-http7-7.0.4-1.fc39.remi RPM for noarch

From Remi's RPM for Fedora 39 for x86_64

Name: php-sabre-http7 Distribution: Unknown
Version: 7.0.4 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 1.fc39.remi Build date: Thu Feb 13 08:39:44 2025
Group: Unspecified Build host: builder.remirepo.net
Size: 135650 Source RPM: php-sabre-http7-7.0.4-1.fc39.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/sabre-io/http
Summary: 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/HTTP7/autoload.php

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 7.0.4-1
  - update to 7.0.4
  - raise dependency on PHP 7.4
  - rename to php-sabre-http7
  - install in /usr/share/php/Sabre/HTTP7
  - raise dependency on sabre/event 6
  - raise dependency on sabre/uri 2.3 or 3.0
* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 5.1.12-1
  - update to 5.1.12 (no change, CS only)
* Fri Jul 26 2024 Remi Collet <remi@remirepo.net> - 5.1.11-1
  - update to 5.1.11
* Thu Aug 24 2023 Remi Collet <remi@remirepo.net> - 5.1.10-1
  - update to 5.1.10
* Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 5.1.7-1
  - update to 5.1.7

Files

/usr/share/doc/php-sabre-http7
/usr/share/doc/php-sabre-http7/CHANGELOG.md
/usr/share/doc/php-sabre-http7/README.md
/usr/share/doc/php-sabre-http7/composer.json
/usr/share/licenses/php-sabre-http7
/usr/share/licenses/php-sabre-http7/LICENSE
/usr/share/php/Sabre/HTTP7
/usr/share/php/Sabre/HTTP7/Auth
/usr/share/php/Sabre/HTTP7/Auth/AWS.php
/usr/share/php/Sabre/HTTP7/Auth/AbstractAuth.php
/usr/share/php/Sabre/HTTP7/Auth/Basic.php
/usr/share/php/Sabre/HTTP7/Auth/Bearer.php
/usr/share/php/Sabre/HTTP7/Auth/Digest.php
/usr/share/php/Sabre/HTTP7/Client.php
/usr/share/php/Sabre/HTTP7/ClientException.php
/usr/share/php/Sabre/HTTP7/ClientHttpException.php
/usr/share/php/Sabre/HTTP7/HttpException.php
/usr/share/php/Sabre/HTTP7/Message.php
/usr/share/php/Sabre/HTTP7/MessageDecoratorTrait.php
/usr/share/php/Sabre/HTTP7/MessageInterface.php
/usr/share/php/Sabre/HTTP7/Request.php
/usr/share/php/Sabre/HTTP7/RequestDecorator.php
/usr/share/php/Sabre/HTTP7/RequestInterface.php
/usr/share/php/Sabre/HTTP7/Response.php
/usr/share/php/Sabre/HTTP7/ResponseDecorator.php
/usr/share/php/Sabre/HTTP7/ResponseInterface.php
/usr/share/php/Sabre/HTTP7/Sapi.php
/usr/share/php/Sabre/HTTP7/Version.php
/usr/share/php/Sabre/HTTP7/autoload.php
/usr/share/php/Sabre/HTTP7/functions.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Feb 14 11:08:42 2025