graham-campbell/guzzle-factory
Simple factory for creating Guzzle HTTP clients with sensible defaults. Configure options like base_uri and get a ready-to-use client in one call. Supports PHP 7.4–8.5 and integrates cleanly into modern PHP projects.
Guzzle Factory was created by, and is maintained by Graham Campbell, and provides a simple Guzzle factory, with good defaults. Feel free to check out the change log, releases, security policy, license, code of conduct, and contribution guidelines.

This version requires PHP 7.4-8.5.
To get the latest version, simply require the project using Composer:
$ composer require "graham-campbell/guzzle-factory:^7.0"
<?php
use GrahamCampbell\GuzzleFactory\GuzzleFactory;
$client = GuzzleFactory::make(['base_uri' => 'https://example.com']);
If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. You may view our full security policy here.
Guzzle Factory is licensed under The MIT License (MIT).
Available as part of the Tidelift Subscription
The maintainers of graham-campbell/guzzle-factory and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
How can I help you explore Laravel packages today?