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

1.0.0 2025-10-04 07:42 UTC

This package is auto-updated.

Last update: 2025-10-04 07:43:19 UTC


README

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.