furqansiddiqui / http-client
Straightforward HTTP client
Installs: 43 596
Dependents: 10
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 14
Open Issues: 0
Requires
- php: >=7.1.0
- ext-curl: *
- ext-json: *
README
Straightforward HTTP client based on PHP's Client URL Library
Prerequisites
- PHP >= 7.1
- cURL and JSON extensions installed and enabled
Installation
composer require furqansiddiqui/http-client
Usage
JSON RPC specs 1.0 & 2.0
This lib includes JSON RPC 1.0 & 2.0 clients
HTTP Methods
This library supports GET
,POST
,PUT
,DELETE
HTTP methods