PHPackages                             yungangunite/operation-service-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. yungangunite/operation-service-sdk

ActiveLibrary[API Development](/categories/api)

yungangunite/operation-service-sdk
==================================

YG Operation Service PHP SDK - 用于访问 YG 运营服务 API 的 PHP 开发工具包

v1.0.0(4mo ago)01MITPHPPHP &gt;= 7.4

Since Jan 5Pushed 4mo agoCompare

[ Source](https://github.com/mnzone/OperationServiceSDK)[ Packagist](https://packagist.org/packages/yungangunite/operation-service-sdk)[ RSS](/packages/yungangunite-operation-service-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

YG Operation Service PHP SDK
============================

[](#yg-operation-service-php-sdk)

YG Operation Service PHP SDK 是用于访问 YG 运营服务 API 的 PHP 开发工具包，提供了便捷的接口调用方式，帮助开发者快速集成 YG 运营服务。

目录结构
----

[](#目录结构)

```
YGOperationServicePHPSDK/
├── README.md          # SDK 文档
├── composer.json      # Composer 配置文件
├── src/               # 源码目录
│   ├── Client.php     # 客户端核心类
│   ├── Auth/          # 认证相关
│   └── Services/      # 业务服务
├── examples/           # 使用示例
│   └── ...            # 示例代码文件
└── tests/              # 测试代码
    └── ...            # 单元测试文件

```

安装
--

[](#安装)

### 依赖要求

[](#依赖要求)

- PHP &gt;= 7.4
- Guzzle HTTP Client &gt;= 7.0 (guzzlehttp/guzzle)

### 使用 Composer 安装

[](#使用-composer-安装)

```
composer require yungangunite/operation-service-sdk
```

快速开始
----

[](#快速开始)

### 初始化客户端

[](#初始化客户端)

```
