vinyvicente / simple-youtube-listener
There is no license information available for the latest version (dev-master) of this package.
PHP library that provides a simple way to list videos of user of the Youtube
dev-master
2013-11-01 17:37 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-11-08 06:55:58 UTC
README
Overview
This an simple library of list videos by users in http://www.youtube.com
- Requirements:
- PHP 5.3+
- CURL
- SimpleXML
Installation
Package available on Composer. Autoloading is PSR-0 compatible.
How it works
use Vinyvicente\Youtube;
$youtube = Youtube::getInstance();
$videos = $youtube->getListVideos('your user');
print_r($videos->getItems());