Simple Youtube API PHP

Overview

Simple Youtube API

Get videos from Youtube easily by username, playlist, and keyword.

Features

  • Easy setup by edit config.php file to add only your youtube API key.
  • Fast and responsive design by using Bootstrap 3.5.
  • Simple php class for Youtube to include in another php code. 
  • Simple MVC system to edit html template.
  • It does not require a database.

Included

  • full source code,Unencrypted php files.
  • html template.

Requirements

  • PHP 5 or above

Instructions

1- Get your Youtube API key by flowing the instruction in this link: 

https://developers.google.com/youtube/v3/getting-started

2- Edit control/config.php file, Only Add Your Youtube API key.

Related