Skip to content

Commit 00d8b92

Browse files
committed
init
0 parents  commit 00d8b92

File tree

1,292 files changed

+117906
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,292 files changed

+117906
-0
lines changed

LICENSE

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Licensed to the Apache Software Foundation (ASF) under one
2+
or more contributor license agreements. See the NOTICE file
3+
distributed with this work for additional information
4+
regarding copyright ownership. The ASF licenses this file
5+
to you under the Apache License, Version 2.0 (the
6+
"License"); you may not use this file except in compliance
7+
with the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing,
12+
software distributed under the License is distributed on an
13+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
KIND, either express or implied. See the License for the
15+
specific language governing permissions and limitations
16+
under the License.

composer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "aliyuncs/aliyun-dysms-php-sdk",
3+
"description": "Aliyun SMS SDK for PHP",
4+
"keywords": [ "aliyun", "SMS", "sdk" ],
5+
"type": "library",
6+
"license": "Apache-2.0",
7+
"homepage": "https://www.aliyun.com/product/sms",
8+
"authors": [
9+
{
10+
"name": "Aliyuncs",
11+
"homepage": "https://www.aliyun.com"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.5.0"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "~4.0"
19+
},
20+
"minimum-stability": "stable",
21+
"autoload": {
22+
"psr-4": {
23+
"Aliyun\\": "lib/",
24+
"Aliyun\\Test\\": "tests/"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)