PHP Classes

Php5tube: Get information about videos using YouTube API

Recommend this page to a friend!
  Info   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 68%Total: 2,137 This week: 1All time: 1,838 This week: 560Up
Version License PHP version Categories
php5tube 0.0.3GNU Lesser Genera...5.0Web services, Video
Description 

Author

This class can be used to get information about YouTube videos using their Web services API.

It accesses the YouTube Web services API server and sends several types of requests to retrieve information about the videos.

Currently it can get the videos of an user, get information about an user, get the most viewed videos, get the comments of a video, and get the information of a video.

Picture of Debugged Interactive Designs
Name: Debugged Interactive ... <contact>
Classes: 2 packages by
Country: United States United States
Age: ???
All time rank: 1277187 in United States United States
Week rank: 411 Up48 in United States United States Up

Details

NAME: Php5tube: a wrapper for the Youtube API VERSION: 0.0.3 AUTHOR: Debugged Interactive Designs <info@debuggeddesigns.com> DOWNLOAD: The latest version can always be found at http://www.debuggeddesigns.com/open-source-projects/php5tube DOCUMENTATION: Online documentation of the class, methods, and variables can be found at http://www.debuggeddesigns.com/open-source-projects/php5tube/docs REQUIREMENTS: PHP 5.0.0 SYNOPSIS: include 'Php5tube.php'; $phptube = new Php5tube('Video','User','Comment'); $most_viewed = $php5tube->getMostViewed(1,10); $user_info = $php5tube->getUserInfo('rickrolled'); $user_vids = $php5tube->getUserVideos('rickrolled','',1,10); $vid_comments = $php5tube->getVideoComments('oHg5SJYRHA0',1,10); $vid_info = $php5tube->getVideoInfo('oHg5SJYRHA0'); DESCRIPTION: What is Php5tube? Phptube is a class written by Debugged Interactive Designs in PHP5 to act as a wrapper for Youtube's API. Methods process the response XML and return a friendly array of data to make development simple and intuitive. COPYRIGHT: Copyright (c) 2008 Debugged Interactive Designs. All rights reserved. This software is released under the GNU Lesser General Public License.

  Files folder image Files  
File Role Description
Plain text file Php5tube.php Class The class source
Accessible without login Plain text file test.php Example Drop this test script in the same directory as the class source
Accessible without login Plain text file README.txt Doc. Read this before you do anything else
Accessible without login Plain text file LICENSE.txt Lic. GNU Lesse General Public License

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,137
This week:1
All time:1,838
This week:560Up
 User Ratings  
 
 All time
Utility:85%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:85%StarStarStarStarStar
Examples:90%StarStarStarStarStar
Tests:-
Videos:-
Overall:68%StarStarStarStar
Rank:396