Skip to content

Commit 1a2dd5a

Browse files
committed
update readme
1 parent d76d4a9 commit 1a2dd5a

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

README.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# 又拍云 SDK for PHPer
22
[![Build Status](https://scrutinizer-ci.com/g/upyun/php-sdk/badges/build.png?b=master)](https://scrutinizer-ci.com/g/upyun/php-sdk/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/upyun/php-sdk/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/upyun/php-sdk/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/upyun/php-sdk/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/upyun/php-sdk/?branch=master)
33

4-
又拍云 PHP SDK,封装了[又拍云功能丰富的开放 API](http://docs.upyun.com/api/) ,帮助开发者快速对接文件云端存储、图片音视频云处理。该 SDK 包含如下功能:
4+
又拍云 PHP SDK,封装了[又拍云功能丰富的开放 API](http://docs.upyun.com/api/) ,帮助开发者快速对接文件云端存储、图片音视频云处理、智能鉴黄等功能
5+
6+
- [功能列表](#list)
7+
- [使用说明](#use-instructions)
8+
- [安装](#install)
9+
- [文档](#doc)
10+
- [示例](#usage)
11+
- [贡献代码](#contribute)
12+
- [社区](#community)
13+
- [许可证](#license)
14+
15+
16+
<a name="list"></a>
17+
## 功能列表
18+
19+
SDK 包含如下功能
520

621
- 基于 [rest api](http://docs.upyun.com/api/rest_api/)
722
- 文件上传下载、目录创建删除等云存储基本操作
@@ -18,21 +33,12 @@
1833
- [文件异步解压缩](http://docs.upyun.com/cloud/unzip/)
1934
- [文件异步拉取](http://docs.upyun.com/cloud/spider/)
2035
- [异步图片拼接](http://docs.upyun.com/cloud/async_image/)
21-
- [同步视频处理](http://docs.upyun.com/cloud/sync_video/):m3u8 文件同步拼接简介、其他视频文件同步截图功能
36+
- [同步视频处理](http://docs.upyun.com/cloud/sync_video/):m3u8 文件同步拼接剪辑、其他视频文件同步截图功能
2237
- [缓存刷新](http://docs.upyun.com/api/purge/)
2338

2439
*功能列表中的异步操作,均可以设置异步回调通知地址,接收异步处理结果*
2540
*如果需要测试回调功能,可以通过[又拍云回调服务](https://hooks.upyun.com/)创建一个临时回调地址*
2641

27-
- [使用说明](#use-instructions)
28-
- [安装](#install)
29-
- [文档](#doc)
30-
- [示例](#usage)
31-
- [贡献代码](#contribute)
32-
- [社区](#community)
33-
- [许可证](#license)
34-
35-
3642
<a name="use-instructions"></a>
3743
## 使用说明
3844

0 commit comments

Comments
 (0)