https://github.com/yop-platform/yop-php-sdk
YeePay Open Platform SDK for PHP
https://github.com/yop-platform/yop-php-sdk
php sdk yeepay yop
Last synced: 4 months ago
JSON representation
YeePay Open Platform SDK for PHP
- Host: GitHub
- URL: https://github.com/yop-platform/yop-php-sdk
- Owner: yop-platform
- License: apache-2.0
- Created: 2020-12-28T07:11:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T02:05:30.000Z (about 1 year ago)
- Last Synced: 2025-10-04T18:23:49.714Z (9 months ago)
- Topics: php, sdk, yeepay, yop
- Language: PHP
- Homepage: https://open.yeepay.com
- Size: 133 KB
- Stars: 8
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fyop-platform%2Fyop-php-sdk?ref=badge_shield)
### 环境依赖
php v5.5+
安装php的mcrypt扩展 openssl,启用模块curl
### 目录结构描述
```
├──src
│ ├── Util // 工具类
│ │ ├── AESEncrypter.php // AES函数集
│ │ ├── Base64Url.php // Base64Url函数集
│ │ ├── BlowfishEncrypter.php // 加解密处理
│ │ ├── HttpRequest.php // Http请求函数集
│ │ ├── HttpUtils.php // Http处理共通函数集
│ │ ├── StringBuilder.php // 字符串创建函数集
│ │ ├── StringUtils // 字符串处理函数集
│ │ └── YopSignUtils.php // YOP签名共通函数集
│ ├── YopClient.php // 对称秘钥请求处理函数集
│ ├── YopClient3.php // 非对称秘钥请求处理函数集
│ ├── YopConfig.php // YOP配置信息函数集
│ ├── YopRequest.php // YOP请求处理函数集
│ ├── YopResponse.php // YOP返回处理函数集
│ ├── test // 测试
│ │ ├── Info.php // PHP环境测试页面
│ │ └── RsaTest.php // 测试程序页面
│ ├── Readme.txt // help
```
### 接口调用说明
请求示例,参考./test/RsaTest.php
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fyop-platform%2Fyop-php-sdk?ref=badge_large)