Registry / http-client / eightpoints-guzzle-bundle

eightpoints-guzzle-bundle

JSON →
library8.6.0phppackagistunverified

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony with easy and powerful configuration options and optional plugins.

composer require eightpoints/guzzle-bundle
INSTALL
IMPORT
SIG · EIGHTPOINTS-GUZZLE
E
eightpoints-guzzle-bundle
http-clientphpv8.6.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.

EightPointsGuzzleBundle
use EightPoints\GuzzleBundle\EightPointsGuzzleBundle;

Register the bundle and use a configured Guzzle client.

// In config/bundles.php return [ EightPoints\GuzzleBundle\EightPointsGuzzleBundle::class => ['all' => true], ]; // In a controller use GuzzleHttp\Client; $client = $this->get('eight_points_guzzle.client.my_client'); $response = $client->get('https://api.example.com');
Debug
Known issues
breakingRequires Symfony 3.4+ or 4.x, not compatible with Symfony 5+ without updates.
fix
Upgrade to a maintained fork or use Guzzle directly.
affects: >=8.6.0
Upgrade
Version history
8.6.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
eightpoints-guzzle-bundle — pip install eightpoints-guzzle-bundle · libregistry