YT Channel : php class to get your youtube cannel data (info & playlists & videos & download & more .. ) by API V3
Install Class :
[1] – require (‘YT-Channel.php’);
[2] – $YT_Channel = new YTChannel(‘your app key’);
[3] – $YT_Channel->class_name();
Online Documentation
Features :
Channel Info
Channel Statistics
Channel Playlists
Channel Videos
Playlist Videos
Channel Search For Videos
Channel Popular Videos
Related Videos
Video Comments
Get Video Info
Download Video
Channel ID From Username
Playlist ID From URL
Video ID From URL
Dumb any array
NEW Features
Iframe Video Player
HTML5 Video Player
==Version 1.3.6 - 30-03-2023 ====================================
* Fix : Notice Errors add update to Curl
==Version 1.3.5 - 06-04-2021 ====================================
* Fix : Notice Errors
==Version 1.3.4 - 12-12-2019 ====================================
* Fix : some bugs with php 7.x
- Remove : Download Function ( was deprecated by google )
==Version 1.3.3 - 16-1-2018 ====================================
* Fix : some undefined errors
==Version 1.3.2 - 15-6-2017 ====================================
* Fix : video description
* Fix : thumbnails
==Version 1.3.1 - 7-4-2017 ====================================
+ New Feature : video description
+ New Feature : video duration
+ New Feature : video like_count
+ New Feature : video dislike_count
+ New Feature : video favorite_count
+ New Feature : video comment_count
+ New Feature : video privacy_status
+ New Feature : video tags
==Version 1.3 - 25-6-2016 ====================================
+ Add Script Example
+ New Feature : Iframe Video Player
+ New Feature : HTML5 Video Player
* Fixed : Get Related Videos
==Version 1.2.1 - 22-12-2015 ====================================
+ Fixed : more security and update error messages
==Version 1.2 - 14-12-2015 ====================================
+ New Feature : Channel Banners
==Version 1.1 - 3-12-2015 ====================================
+ New Feature : Search on All Youtube Videos
+ New Feature : Get Video ID or Playlist ID Fro URL
* Fixed : many bugs and more security