123456789101112131415161718192021222324 |
- {
- "name": "aliyuncs/aliyun-dysms-php-sdk",
- "description": "Aliyun SMS SDK for PHP",
- "keywords": [ "aliyun", "SMS", "sdk" ],
- "type": "library",
- "license": "Apache-2.0",
- "homepage": "https://www.aliyun.com/product/sms",
- "authors": [
- {
- "name": "Aliyuncs",
- "homepage": "https://www.aliyun.com"
- }
- ],
- "require": {
- "php": ">=5.5.0"
- },
- "require-dev": {},
- "minimum-stability": "stable",
- "autoload": {
- "psr-4": {
- "Aliyun\\": "lib/"
- }
- }
- }
|