nekland/youtube-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nekland/youtube-api

最新稳定版本:v0.2.1

Composer 安装命令:

composer require nekland/youtube-api

包简介

Simple library you can build you're api upon.

README 文档

README

Scrutinizer Code Quality Build Status Gitter chat

Let's make usage of youtube easy, cool, and maintainable !

Getting Started

Installation

You should use composer to install it, and it's sooooo easy to install:

composer require 'nekland/youtube-api'

Usage

<?php

$youtube = new Youtube();

// You have to authenticate to access the youtube api
$youtube->authenticate(
    'JsonFileServiceAuth',
    ['json_file' => 'my_google_certificate.json']
);

// The info variable will contains an array of data returned by google
$info = $youtube->api('videos')->getById('RnpyRe_7jZA');

More

We have a more complete documentation in the docs folder.

Thanks

This library is inspired by php-github-api from KnpLabs.

Any contribution is lovely accepted. And contributors, we love you.

统计信息

  • 总下载量: 248
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 2
  • Watchers: 5
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-04-18