flysystem kdrive
v1.0.0
该软件包包含一个用于Infomaniak Kdrive的Flysystem适配器。它建在Flysystem WebDav适配器之上。
通过作曲家
composer require infomaniak/flysystem-kdrive
为了能够连接到您的kdrive,您将需要以下信息。
https://drive.infomaniak.com/app/drive/[ID]/files
id]/files use Infomaniak KDrive KDriveAdapter ;
use League Flysystem Filesystem ;
$ kDrive = new KDriveAdapter (
' 123456 ' , // Your kDrive's ID
' [email protected] ' , // Your Infomaniak login email address
' ******************** ' , // Your generated password
);
$ filesystem = new Filesystem ( $ kDrive );
转到示例目录以找到一些示例,让您开始。
麻省理工学院许可证(麻省理工学院)。请参阅许可证以获取更多信息。