Registry / http-client / clue-buzz-react

clue-buzz-react

JSON →
library2.9.0phppackagistunverified

Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP

composer require clue/buzz-react
INSTALL
IMPORT
SIG · CLUE-BUZZ-REACT
C
clue-buzz-react
http-clientphpv2.9.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 Clue\React\Buzz\Browser;

Make an async HTTP GET request using ReactPHP

use Clue\React\Buzz\Browser; use Psr\Http\Message\ResponseInterface; $browser = new Browser(); $browser->get('https://example.com')->then(function (ResponseInterface $response) { echo $response->getBody(); });
Debug
Known issues
gotchaRequires event loop to run (e.g., React\EventLoop)
fix
Run the event loop with Loop::run() after setting up requests
affects: *
Upgrade
Version history
2.9.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
OpenAI (training)
1
Resources
clue-buzz-react — pip install clue-buzz-react · libregistry