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

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/vinyvicente/simple-youtube-listener

dev-master 2013-11-01 17:37 UTC

This package is auto-updated.

Last update: 2025-10-08 08:54:06 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());