bert86014 / http-client
Straightforward HTTP client
0.4.5
2020-05-30 13:17 UTC
Requires
- php: >=7.1.0
- ext-curl: *
- ext-json: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-31 20:43:35 UTC
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 bert86014/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