Displaying Youtube Videos in PHP

Originally published at: http://www.sitepoint.com/displaying-youtube-videos-php/

In this two-part article, we’re going to learn how to work with version 3 of the Youtube API and we’ll build a demo along the way. Let’s get started.

Youtube Logo

What We’re Building

We’re going to build a demo that lets the user browse popular videos on Youtube, search for a video, browse videos by categories, and select a video to watch.

I will be using Laravel 5 as my framework of choice, and Vagrant for my development environment. The final product will look something like this:

Continue reading this article on SitePoint

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.