Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php72-php-pecl-request - Server-side request and response objects

Website:
http://pecl.php.net/package/request
Licence:
PHP
Vendor:
Remi Collet
Description:
This extension provides server-side request and response objects for PHP.
These are *not* HTTP message objects proper. They are more like wrappers
for existing global PHP variables and functions, with some limited
additional convenience functionality.

This extension defines two classes in the global namespace:

- ServerRequest, composed of read-only copies of PHP superglobals and some
  other commonly-used values, with methods for adding application-specific
  request information in immutable fashion.

- ServerResponse, essentially a wrapper around (and buffer for) response-
  related PHP functions, with some additional convenience methods, and self-
  sending capability.

Documentation: https://gitlab.com/pmjones/phprequest

Package built for PHP 7.2 as Software Collection (php72 by remi).

Packages

php72-php-pecl-request-1.0.0-0.7.b2.el6.remi.x86_64 [38 KiB] Changelog by Remi Collet (2017-08-01):
- update to 1.0.0b2 (beta)
php72-php-pecl-request-1.0.0-0.6.b1.el6.remi.x86_64 [37 KiB] Changelog by Remi Collet (2017-07-18):
- rebuild for PHP 7.2.0beta1 new API