Package Data | |
---|---|
Maintainer Username: | sarahman |
Maintainer Contact: | aabid048@gmail.com (Syed Abidur Rahman) |
Package Create Date: | 2025-10-04 |
Package Last Update: | 2025-10-04 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-10-08 15:00:03 |
Package Statistics | |
---|---|
Total Downloads: | 41 |
Monthly Downloads: | 41 |
Daily Downloads: | 31 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This PHP library is intended to handle guzzle client creation, its API calls & their corresponding responses and can be used in any php project.
composer require sarahman/guzzle-client-trait
require "vendor/autoload.php";
use Sarahman\Traits\Guzzles;
class SampleAPIClient
{
use Guzzles;
...
}
Feel free to contribute in this library. Please make your changes and send us pull requests.
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.
The MIT License (MIT). Please see License File for more information.