Overview
YTClass is a PHP5 Class that will allow you to get as array different types of information from the Youtube API.
What you will be able to do is:
- Search for videos
- Get a video details (id, title, description, date uploaded, duration, author, category, url, views, comments, thumbnails)
- Get video comments
- Get user details (id, date created, name, username, about, location, subscribers, subscriptions, uploads, thumbnail,…)
- Get user uploaded videos
- Get related videos
- Get playlist videos
- Limit number of results you wanna get
- Choose index of results, allowing you to paginate
- Fully parsed XML into an Array
- Very explicit and easy to understand Documentation
Demo and Documentation
In the demo you’ll be able to test each function that YTClass has. Also, you have access to the Documentation so you can see what exactly
this class returns and how it works.
Demo: http://sglancer.com.mx/YTClass
Documentation: http://sglancer.com.mx/YTClass/Documentation
Requeriments
- Apache Server
- PHP 5.x+
- cURL