定制 sarahman/guzzle-client-trait 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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.

统计信息

  • 总下载量: 1.02k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-10-04