Download the PHP package hraw/httpclient without Composer
On this page you can find all versions of the php package hraw/httpclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hraw/httpclient
More information about hraw/httpclient
Files in hraw/httpclient
Download hraw/httpclient
More information about hraw/httpclient
Files in hraw/httpclient
Vendor hraw
Package httpclient
Short Description A simple and easy to implement wrapper for PHP cURL
License MIT
Package httpclient
Short Description A simple and easy to implement wrapper for PHP cURL
License MIT
Please rate this library. Is it a good library?
Informations about the package httpclient
PHP Curl/HTTP Client
A simple and easy to implement wrapper for PHP cURL.
Requirements
- PHP 7.0 or higher
- Composer for installation
Supported Methods:
- GET
- POST
- PUT
- PATCH
- DELETE
Installation
composer require hraw/httpclient
Implementation
In response, it returns the instance of CurlResponse class.
You can also add headers and timeout value while doing the curl request
POST Request
- PUT and PATCH method has same implementations as POST method.
- DELETE method has same implementation as GET method.
All versions of httpclient with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package hraw/httpclient contains the following files
Loading the files please wait ....