Download the PHP package hilalahmad/http-client without Composer
On this page you can find all versions of the php package hilalahmad/http-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hilalahmad/http-client
More information about hilalahmad/http-client
Files in hilalahmad/http-client
Package http-client
Short Description The HttpClient PHP package is a package designed for making HTTP requests using cURL. This package simplifies the process of sending GET, POST, PUT, PATCH, and DELETE requests, along with the ability to set custom headers, to external APIs or web services.
License MIT
Informations about the package http-client
HttpClient PHP Package
A PHP package for make a request in easy way.
Table of Contents
- Installation
- Features
- Usage
- Basic Usage
- Request Types
- get
- post
- patch
- put
- delete
- Contribution
- License
Installation
You can install this package using Composer, a popular PHP package manager:
Features
- Send GET, POST, PUT, PATCH, and DELETE requests.
- Customize and set headers for your HTTP requests.
- Process JSON responses with built-in methods.
- Handle cURL errors and HTTP request errors gracefully.
Basic Usage
Here's an example of how to use the HttpClient package to send a GET request:
Request Types
GET
Here's an example of how to use the HttpClient package to send a GET request:
POST
Here's an example of how to use the HttpClient package to send a POST request:
PATCH
Here's an example of how to use the HttpClient package to send a PATCH request:
PUT
Here's an example of how to use the HttpClient package to send a PUT request:
DELETE
Here's an example of how to use the HttpClient package to send a PUT request:
Contribution
If you'd like to contribute to this package or report issues, please check the Github repo for more details.
License
This package is open-source and is licensed under the MIT License.