Download the PHP package darshphpdev/httpclient without Composer
On this page you can find all versions of the php package darshphpdev/httpclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download darshphpdev/httpclient
More information about darshphpdev/httpclient
Files in darshphpdev/httpclient
Download darshphpdev/httpclient
More information about darshphpdev/httpclient
Files in darshphpdev/httpclient
Vendor darshphpdev
Package httpclient
Short Description Simple Http Client Package For Laravel Framework Built on Top of Guzzle.
License MIT
Package httpclient
Short Description Simple Http Client Package For Laravel Framework Built on Top of Guzzle.
License MIT
Please rate this library. Is it a good library?
Informations about the package httpclient
Laravel HttpClient Package
Simple Http Client Package For Laravel Framework Built on Top of Guzzle.
INSTALLATION
Install the package through Composer.
composer require darshphpdev/httpclient
CONFIGURATION
-
Optional: The service provider will automatically get registered. Or you may manually add the service provider to providers array in your config/app.php file:
- Optional configuration file (useful if you plan to have full control)
HOW TO USE
- Quick Usage
- Usage
- Credits
- License
Quick Usage
Usage
IMPORTANT NOTE!
By default, in post request the body type used is json, if you want to change it specify the body type on the 4th argument\s
Available Body Types:-
- "json": Sends body params as json object (Default).
- "form_params": Sends body params as form parameters.
- "multipart": Used if you want to send files in body.
Example:
Credits
License
The Http Client Package is open-sourced software licensed under the MIT license
All versions of httpclient with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
6.x
The package darshphpdev/httpclient contains the following files
Loading the files please wait ....