selaz / cloud-storage-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloud-storage-api

This is api client for cloud storages. Now support only cloud.mail.ru

Example usage:

$cloud = new \Selaz\Cloud\MailRu('_LOGIN_', '_PASSWORD_');
var_dump($cloud->ls('/'));

About

License:MIT License


Languages

Language:PHP 100.0%