Skip to content

Alex-Yuen/FastDFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastDFS 文件系统类库

安装

composer require anqin/fastdfs

使用

$client = new FastDFS();

$client->upload(string $file, ?string $ext_name = null, ?string $group_name = null, array $meta = [];