Registry / http-client / zf1s-zend-http

zf1s-zend-http

JSON →
library1.16.0phppackagistunverified

Zend Framework 1 Http package

composer require zf1s/zend-http
INSTALL
IMPORT
SIG · ZF1S-ZEND-HTTP
Z
zf1s-zend-http
http-clientphpv1.16.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 Zend\Http\Client;

Make an HTTP GET request

use Zend\Http\Client; $client = new Client('https://api.example.com'); $response = $client->request('GET'); echo $response->getBody();
Debug
Known issues
breakingRequires PHP 5.2 or later; not compatible with PHP 8+ without modifications.
fix
Use a modern HTTP client like Guzzle or Symfony HttpClient instead.
affects: >=1.0.0
Upgrade
Version history
1.16.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
1
Resources
zf1s-zend-http — pip install zf1s-zend-http · libregistry