Flysystem 的 AList 适配器
github.com/as247/flysystem-alist
主页
源代码
问题
安装: 11
依赖项: 0
建议者: 0
安全性: 0
星星: 0
关注者: 1
分支: 0
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT b93a05f31f2d63ec7a60b8fbe3439cef84f72043
phpstoragedrivealist
This package is auto-updated.
Last update: 2024-08-30 15:13:44 UTC
composer require as247/flysystem-alist
use As247\Flysystem\AList\AListAdapter; use League\Flysystem\Filesystem; $adapter = new AListAdapter('https://your-alist-url.com', [ 'token'=>'your-token', 'root'=>'/root_path' ]); $filesystem = new Filesystem($adapter);