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 );
轉到示例目錄以找到一些示例,讓您開始。
麻省理工學院許可證(麻省理工學院)。請參閱許可證以獲取更多信息。