Registry / http-client / laminas-laminas-http

laminas-laminas-http

JSON →
library2.23.0phppackagistunverified

Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests.

composer require laminas/laminas-http
INSTALL
IMPORT
SIG · LAMINAS-LAMINAS-HT
L
laminas-laminas-http
http-clientphpv2.23.0
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 Laminas\Http\Client;

Sends a GET request to a URL and outputs the response body.

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

No known issues recorded.

Upgrade
Version history
2.23.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
laminas-laminas-http — pip install laminas-laminas-http · libregistry