sarahman/guzzle-client-trait
最新稳定版本:1.0.0
Composer 安装命令:
composer require sarahman/guzzle-client-trait
包简介
This package is intended to handle guzzle client creation, its api calls & their corresponding responses.
README 文档
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.
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-04