2017 © Pedro Peláez
 

yii2-extension yii2-yandex-disk-tools

Useful classes and tools for working with Yandex.Disk

image

strider2038/yii2-yandex-disk-tools

Useful classes and tools for working with Yandex.Disk

  • Saturday, December 24, 2016
  • by strider2038
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Yii2 - YandexDiskTools

Useful classes and tools for working with Yandex.Disk, (*1)

Installation

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)

Usage

strider2038\yandexDiskTools\Client

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
        ]
    ]
];

The Versions

24/12 2016

dev-master

9999999-dev

Useful classes and tools for working with Yandex.Disk

  Sources   Download

MIT

The Requires

 

by Avatar strider2038

extension yii2 yandex disk