sarahman / guzzle-client-trait
This package is intended to handle guzzle client creation, its api calls & their corresponding responses.
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/sarahman/guzzle-client-trait
Requires
- php: >=5.3.0
- guzzlehttp/guzzle: ^4.0 || ^5.0 || ^6.0 || ^7.0
- illuminate/support: >=4.0
This package is auto-updated.
Last update: 2025-10-04 07:43:19 UTC
README
This PHP library is intended to handle guzzle client creation, its API calls & their corresponding responses and can be used in any php project.
Installation
- Step 1: You can install the package via composer:
composer require sarahman/guzzle-client-trait
- Step 2: for the regular php projects, we might directly add these following codes:
require "vendor/autoload.php"; use Sarahman\Traits\Guzzles; class SampleAPIClient { use Guzzles; ... }
Contribution
Feel free to contribute in this library. Please make your changes and send us pull requests.
Security Issues
If you discover any security related issues, please feel free to create an issue in the issue tracker or write us at aabid048@gmail.com.
License
The MIT License (MIT). Please see License File for more information.