Skip to content

as247/flysystem-alist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flysystem Adapter for AList

Author Software License

Installation

composer require as247/flysystem-alist

Usage

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);

About

AList Adapter for Flysystem

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages