madcoda/php-youtube-api
Composer 安装命令:
composer require madcoda/php-youtube-api
包简介
PHP wrapper for the Youtube Data API v3
README 文档
README
A basic PHP wrapper for the Youtube Data API v3 ( Non-OAuth ). Designed to let devs easily fetch public data (Video, Channel, Playlists info) from Youtube. No 3rd party dependancy (except PHPUnit). The reason for returning the decoded JSON response directly, is that you only need to read the Google API doc to use this library, instead of learning my set of API again (Keep it simple).
Well.. actually some parameters are missing in this library, because I don't need them at this point. If you desire a particular feature, please file an issue here :)
Currently I will not consider adding OAuth endpoints. (those required "authorized request" will not be supported)
Requirements
- PHP >=5.3
- CURL extension in PHP
Install
Run the following command in your command line shell for your php project
$ composer require madcoda/php-youtube-api:^1.2
Done.
You may also edit composer.json manually then perform composer update
"require": {
"madcoda/php-youtube-api": "^1.2"
}
Getting started
Please read the wiki on how to use this library with PHP with composer, Laravel 4 and Laravel 5.
For the functions implemented in this library, please visit API Reference
Example usage with pure PHP (with composer)
require 'vendor/autoload.php'; $youtube = new Madcoda\Youtube\Youtube(array('key' => '* Your API key here *')); $video = $youtube->getVideoInfo('rie-hPVJ7Sw');
Example usage with Laravel 4/5
$video = Youtube::getVideoInfo(Input::get('vid', 'dQw4w9WgXcQ');
Format of returned data
The returned json is decoded as PHP objects (not Array). Please read the "Reference" section of the official API doc.
YouTube Data API v3
Contact
For bugs, complaints, or suggestions, please file an Issue here or send email to jason@madcoda.com :)
License
This repo madcoda/php-youtube-api is licensed under the MIT License.
madcoda/php-youtube-api 适用场景与选型建议
madcoda/php-youtube-api 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.25M 次下载、GitHub Stars 达 431, 最近一次更新时间为 2013 年 09 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「youtube」 「video」 「madcoda」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 madcoda/php-youtube-api 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 madcoda/php-youtube-api 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 madcoda/php-youtube-api 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Easy to use SDK with grabber for multiple platforms at once like YouTube, Dailymotion, Facebook and more.
The yii2-videojs-widget is a Yii 2 wrapper for the [video.js](http://www.videojs.com/). A JavaScript and CSS library that makes it easier to work with and build on HTML5 video. This is also known as an HTML5 Video Player.
A PSR-7 compatible library for making CRUD API endpoints
♺ Laravel Nova Hashids card. Convert your ids.
Display a video using native HTML5 video
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
统计信息
- 总下载量: 1.25M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 445
- 点击次数: 24
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-02