graham-campbell / guzzle-factory
Provides A Simple Guzzle Factory With Good Defaults
Fund package maintenance!
GrahamCampbell
Tidelift
Installs: 4 257 405
Dependents: 43
Suggesters: 0
Security: 0
Stars: 90
Watchers: 5
Forks: 4
Open Issues: 0
Requires
- php: ^7.4.15 || ^8.0.2
- guzzlehttp/guzzle: ^7.8.1
- guzzlehttp/psr7: ^2.6.2
Requires (Dev)
- graham-campbell/analyzer: ^4.1
- phpunit/phpunit: ^9.6.14 || ^10.5.1
This package is auto-updated.
Last update: 2024-11-03 23:26:04 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.
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.