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

php-sabre-http5-5.1.0-1.el6.remi RPM for noarch

From Remi's RPM for RedHat EL 6 for i386

Name: php-sabre-http5 Distribution: Unknown
Version: 5.1.0 Vendor: Remi Collet
Release: 1.el6.remi Build date: Sat Feb 1 07:55:22 2020
Group: Unspecified Build host: builder.remirepo.net
Size: 129206 Source RPM: php-sabre-http5-5.1.0-1.el6.remi.src.rpm
Packager: https://blog.remirepo.net/
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/HTTP5/autoload.php

Provides

Requires

License

BSD

Changelog

* Sat Feb 01 2020 Remi Collet <remi@remirepo.net> - 5.1.0-1
  - update to 5.1.0
* Fri Nov 29 2019 Remi Collet <remi@remirepo.net> - 5.0.5-1
  - update to 5.0.5
* Thu Oct 10 2019 Remi Collet <remi@remirepo.net> - 5.0.4-1
  - update to 5.0.4
* Tue Oct 08 2019 Remi Collet <remi@remirepo.net> - 5.0.3-1
  - update to 5.0.3
* Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 5.0.2-1
  - update to 5.0.2
* Wed Sep 11 2019 Remi Collet <remi@remirepo.net> - 5.0.1-1
  - update to 5.0.1
  - drop patch merged upstream
  - switch to phpunit7
* Tue Aug 20 2019 Remi Collet <remi@remirepo.net> - 5.0.0-4
  - add patch for 7.4 from
    https://github.com/sabre-io/http/pull/121
* Fri Jul 05 2019 Remi Collet <remi@remirepo.net> - 5.0.0-2
  - fix autoloader
* Fri Jul 05 2019 Remi Collet <remi@remirepo.net> - 5.0.0-1
  - update to 5.0.0
  - rename to php-sabre-http5
  - move to /usr/share/php/Sabre/HTTP5
  - raise dependency on PHP 7
  - raise dependency on sabre/event 5.0
  - raise dependency on sabre/uri 2.0
  - switch to classmap autoloader
  - use phpunit 6
* Tue Jun 05 2018 Remi Collet <remi@remirepo.net> - 4.2.4-1
  - update to 4.2.4
  - use range dependencies on F27+
* Mon Jun 12 2017 Remi Collet <remi@remirepo.net> - 4.2.3-1
  - Update to 4.2.3
* Wed Jan 04 2017 Remi Collet <remi@fedoraproject.org> - 4.2.2-1
  - update to 4.2.2
* Sat Oct 29 2016 Remi Collet <remi@fedoraproject.org> - 4.2.1-2
  - switch from symfony/class-loader to fedora/autoloader
* Fri Mar 11 2016 Remi Collet <remi@fedoraproject.org> - 4.2.1-1
  - update to 4.2.1
  - add dependency on sabre/uri
  - run test suite with both PHP 5 and 7 when available
* Mon Jul 20 2015 Remi Collet <remi@fedoraproject.org> - 3.0.5-1
  - update to 3.0.5
  - add autoloader
* Wed Jul 16 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
  - update to 2.0.4
  - composer dependencies
* Tue May 06 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
  - update to 2.0.3
* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
  - update to 2.0.2
* Sat Jan 11 2014 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
  - update to 2.0.1
* Tue Jan 07 2014 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.2.alpha6
  - update to 2.0.0alpha6
  - add explicit conflicts with php-sabre-dav < 1.9
* Tue Dec 31 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.1.alpha5
  - Initial packaging

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:37:04 2024