12345678910111213141516171819202122 |
- {
- "require": { },
- "name": "tencent/tls-sig-api-v2",
- "description": "tls-sig-api-v2 适用于腾讯云通信生成用户账号签名。",
- "type": "library",
- "keywords": [ "tencent", "im" ],
- "homepage": "https://github.com/tencentyun/tls-sig-api-v2-php",
- "license": "MIT",
- "authors": [
- {
- "name": "weijunyi",
- "email": "weijunyi@tencent.com",
- "role": "Developer"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "psr-4": { "Tencent\\": "src/" }
- }
- }
|