nekland/youtube-api
最新稳定版本:v0.2.1
Composer 安装命令:
composer require nekland/youtube-api
包简介
Simple library you can build you're api upon.
README 文档
README
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
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-18