flysystem kdrive
v1.0.0
Ce package contient un adaptateur FlySystem pour Infaniak KDrive. Il est construit sur l'adaptateur WebDAV FlySystem.
Via le compositeur
composer require infomaniak/flysystem-kdrive
Pour pouvoir vous connecter à votre KDrive, vous aurez besoin des informations suivantes.
https://drive.infomaniak.com/app/drive/[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 );
Accédez au répertoire des exemples pour trouver quelques exemples pour vous aider à démarrer.
La licence MIT (MIT). Veuillez consulter la licence pour plus d'informations.