dev-master
9999999-devUseful classes and tools for working with Yandex.Disk
MIT
The Requires
by strider2038
extension yii2 yandex disk
Useful classes and tools for working with Yandex.Disk
Useful classes and tools for working with Yandex.Disk, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist strider2038/yii2-yandex-disk-tools "dev-master"
or add, (*4)
"strider2038/yii2-yandex-disk-tools": "dev-master"
to the require section of your composer.json
file., (*5)
This is a simple wrapper class for original Yandex\Disk\DiskClient. To use it put this in your config., (*6)
<?php return [ // ... 'components' => [ // ... 'yadisk' => [ 'class' => '\strider2038\yandexDiskTools\Client', 'token' => '', // you access token for Yandex API ] ] ];
Useful classes and tools for working with Yandex.Disk
MIT
extension yii2 yandex disk