Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pear-HTTP-Request2 - Provides an easy way to perform HTTP requests

Website:
http://pear.php.net/package/HTTP_Request2
Licence:
BSD
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
Adapters. Currently available are:
  * Socket adapter, based on old HTTP_Request code,
  * Curl adapter, wraps around PHP's cURL extension,
  * Mock adapter, to use for testing packages dependent on HTTP_Request2.
Supports POST requests with data and file uploads, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, monitoring
the request progress with Observers...

Packages

php-pear-HTTP-Request2-2.4.2-1.el6.remi.noarch [131 KiB] Changelog by Remi Collet (2020-09-25):
- update to 2.4.2 (stable)
php-pear-HTTP-Request2-2.4.1-1.el6.remi.noarch [130 KiB] Changelog by Remi Collet (2020-08-10):
- update to 2.4.1 (stable)
- raise dependency on PHP 5.6