Git Product home page Git Product logo

yandex-php-library's Introduction

PHP библиотека к API Яндекса

Build Status Latest Stable Version Total Downloads

Scrutinizer Code Quality Coverage Status Dependency Status

License

Установка

composer

Установка с использованием менеджера пакетов Composer:

$ curl -s https://getcomposer.org/installer | php

Теперь вносим изменения в ваш composer.json:

{
    "require": {
        "nixsolutions/yandex-php-library": "dev-master"
    }
}

phar-архив

Работа с phar архивом:

  1. Скачиваем по ссылке phar-файл или bz2-архив с ним, последней или конкретной версии.
  2. Сохраняем в папку с проектом.
  3. Используем!

Пример подключения и работа с библиотекой из phar-архива:

<?php
//Подключаем autoload.php из phar-архива
require_once 'phar://yandex-php-library_master.phar/vendor/autoload.php';

use Yandex\Disk\DiskClient;

$disk = new DiskClient();
//Устанавливаем полученный токен
$disk->setAccessToken(TOKEN);

//Получаем список файлов из директории
$files = $disk->directoryContents();

Использование

Лицензия

Пакет yandex-php-library распространяется под лицензией MIT (текст лицензии вы найдёте в файле LICENSE), данная лицензия распространяется на код данной библиотеки и только на неё, использование сервисов Яндекс регулируются документами, которые вы сможете найти на странице Правовые документы

yandex-php-library's People

Contributors

antonshevchuk avatar naxel avatar baziak avatar vfedyk avatar ruscon avatar

Watchers

Sergey avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.