YouTube API: https://developers.google.com/youtube...
Google Developer Console: https://console.developers.google.com
$API_key = 'AIzaSyBr0log80PWM1tIe2EJ-Te4Iu-pZ4FkTXc';
$channelID = 'UCK8sQmJBp8GCxrOtXWBpyEA'; //
$maxResults = 1;
$videoList = (file_get_contents('https://www.googleapis.com/youtube/v3...
echo $videoList;