Registry / http-client / kriswallsmith-buzz

kriswallsmith-buzz

JSON →
library1.4.0phppackagistunverified

Lightweight HTTP client

composer require kriswallsmith/buzz
INSTALL
IMPORT
SIG · KRISWALLSMITH-BUZZ
K
kriswallsmith-buzz
http-clientphpv1.4.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.

Browser
use Buzz\Browser;

Make a GET request and get the response body

use Buzz\Browser; $browser = new Browser(); $response = $browser->get('https://example.com'); echo $response->getContent();
Debug
Known issues
breakingv2.0 dropped support for PHP <7.2 and changed API
fix
Use v1.x for older PHP or update code
affects: >=2.0.0
Upgrade
Version history
1.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
kriswallsmith-buzz — pip install kriswallsmith-buzz · libregistry