NAME:
    Php5tube: a wrapper for the Youtube API
VERSION: 0.0.3
AUTHOR:
    Debugged Interactive Designs <
[email protected]>
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.