php-youtube-api
php-youtube-api copied to clipboard
PHP wrapper for the Youtube Data API v3 ( Non-OAuth )
When I run this command `composer require madcoda/php-youtube-api:^1.2` I got an error on the terminal which is **Root package 'madcoda/php-youtube-api' cannot require itself in its composer.json**
Added `parseChannelIdFromUrl($url)` function to parse URL and return the channel ID or username from the URL.
Great work, I just need to be able to get my history playlist, not sure how. I think its a playlist, not sure of the id, any ideas? Thanks
Hi My first move was to add optionnal params to getVideoInfo and create one tests to go with. My second move was to add Youtube quota calculation. The goal of...
Fatal error: Class 'PHPUnit_Framework_TestCase' not found in /opt/lampp/htdocs/utube/tests/YoutubeTest.php on line 14 can i have clear documentation on how to get started with this github project and list youtubr videos and...
https://developers.google.com/youtube/v3/docs/subscriptions
Hi since laravel 5 support auto discover package we don't need to add the service provider and the facade manually (https://laravel.com/docs/5.8/packages#package-discovery) juste add to the composer.json : `"extra": { "laravel":...
Namespace: \Madcoda\Youtube\Youtube Method: getVideosInfo() The Docblock of Method `getVideosInfo` say, the return value is always `\StdClass`. First the type call `\stdClass` (lowercase s) and secondary in the method will be...
Hey here I have written a method to get all playlist items by playlist id and was wondering whether you would like me to create a pull request; Unsure whether...