anqin/fastdfs

FastDFS 文件系统类库

v1.0.0 2020-03-17 13:27 UTC

This package is auto-updated.

Last update: 2025-03-18 00:41:41 UTC


README

安装

composer require anqin/fastdfs

使用

$client = new FastDFS();

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