Registry / http-client / liberty-code-http

liberty-code-http

JSON →
library1.0.1phppackagistunverified

A PHP library for HTTP operations.

composer require liberty_code/http
INSTALL
IMPORT
SIG · LIBERTY-CODE-HTTP
L
liberty-code-http
http-clientphpv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use LibertyCode\Http\Client;

Create an HTTP client and make a GET request.

use LibertyCode\Http\Client; $client = new Client(); $response = $client->get('https://example.com'); echo $response->getBody();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
liberty-code-http — pip install liberty-code-http · libregistry