Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
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