matrix543 / http-client
Straightforward HTTP client
0.4.5
2022-12-07 10:30 UTC
Requires
- php: ^7.4||^8.0
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2025-05-07 17:55:39 UTC
README
Straightforward HTTP client based on PHP's Client URL Library
Prerequisites
- PHP >= 7.4
- cURL and JSON extensions installed and enabled
Installation
composer require matrix543/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