Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-rmccue-requests - Requests for PHP is a humble HTTP request library

Website:
https://github.com/WordPress/Requests
Licence:
ISC and BSD
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
Requests for PHP simplifies how you interact with other sites and takes
away all your worries.

Requests is a HTTP library written in PHP, for human beings. It is
roughly based on the API from the excellent Requests Python library.
Requests is ISC Licensed (similar to the new BSD license) and has no
dependencies, except for PHP 5.2+.

Despite PHP's use as a language for the web, its tools for sending HTTP
requests are severely lacking. cURL has an interesting API, to say the
least, and you can't always rely on it being available. Sockets provide
only low level access, and require you to build most of the HTTP
response parsing yourself.

We all have better things to do. That's why Requests was born.

Packages

php-rmccue-requests-1.8.0-1.remi.src [212 KiB] Changelog by Sundeep Anand (2021-05-12):
- Update to 1.8.0 (rhbz#1954316)
- Add dlothers.sh to download docs, examples and tests
- Drop php-rmccue-requests-pr297.patch
php-rmccue-requests-1.7.0-2.remi.src [209 KiB] Changelog by Remi Collet (2017-03-09):
- backport for #remirepo