sarahman / guzzle-client-trait by sarahman

This package is intended to handle guzzle client creation, its api calls & their corresponding responses.
41
0
0
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

Guzzle Client Trait

Latest Version on Packagist Build Status Scrutinizer Code Quality StyleCI Total Downloads License PHP Version Require

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.