Login   Register  
PHP Classes
elePHPant
Icontem

File: README.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Debugged Interactive Designs  >  Php5tube  >  README.txt  >  Download  
File: README.txt
Role: Documentation
Content type: text/plain
Description: Read this before you do anything else
Class: Php5tube
Get information about videos using YouTube API
Author: By
Last change:
Date: 2008-10-09 15:58
Size: 1,323 bytes
 

Contents

Class file image Download
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.