Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alaouy committed Nov 17, 2014
1 parent 5040885 commit 3dbbcdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Run `php artisan config:publish alaouy/youtube` and modify the config file with
// Return a std PHP object
$video = Youtube::getVideoInfo('rie-hPVJ7Sw');

// Get Multiple videos info from an array
$videoList = Youtube::getVideoInfo(['rie-hPVJ7Sw','iKHTawgyKWQ']);

// Get popular videos in a country, Return an array of PHP objects
$videoList = Youtube::getPopularVideos('us');

Expand Down

0 comments on commit 3dbbcdf

Please sign in to comment.