graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

v7.0.1 2023-12-03 20:50 UTC

README

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.

Banner

Build Status StyleCI Status Software License Packagist Downloads Latest Version

Installation

This version requires PHP 7.4-8.3.

To get the latest version, simply require the project using Composer:

$ composer require "graham-campbell/guzzle-factory:^7.0"

Usage

<?php

use GrahamCampbell\GuzzleFactory\GuzzleFactory;

$client = GuzzleFactory::make(['base_uri' => 'https://example.com']);

Security

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.

License

Guzzle Factory is licensed under The MIT License (MIT).

For Enterprise

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.