Skip to content

Commit 206696b

Browse files
authored
Update README.md
1 parent a4e776e commit 206696b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# BFS-PHP-SDK
22
PHP SDK for Baidu File System
33

4+
## Installation
5+
```
6+
composer require apady/bfs-php-sdk
7+
```
8+
49
## Dependency
510
BFS SDK now offers `C/C++` API, as a result, using `BFS-PHP-SDK` resquires a [BFS PHP EXTENSION](https://github.com/apady/bfs-php-extension) as fundamental support.
611

12+
## 安装
13+
```
14+
composer require apady/bfs-php-sdk
15+
```
716
## 依赖
817
由于BFS SDK 只提供 `C/C++` API,使用`BFS-PHP-SDK` 需要有 [BFS PHP 扩展](https://github.com/apady/bfs-php-extension) 作为底层支持
18+

0 commit comments

Comments
 (0)