Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 600 Bytes

Simple Youtube Listener

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());