Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 967 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 967 Bytes

YouTube Silex Service Provider

Build Status Code Climate Test Coverage Issue Count

Install

composer require mrprompt/silex-youtube

Usage

use SilexFriends\YouTube\YouTube;

...

$api_key = getenv('YOUTUBE_API_KEY');

$app     = new Application;
$app->register(new YouTube($api_key));

...

/* @var $video array */
$video = $app['youtube']('http://...');

var_dump($video);

Tests

./vendor/bin/phpunit

License

MIT