Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2008-10-09 (8 years ago) | 75% | Total: 2,120 This week: 1 | All time: 1,802 This week: 1,047 |
Version | License | PHP version | Categories | |||
php5tube 0.0.3 | GNU Lesser Genera... | 5.0 | Web services, Video |
Description | Author | |||||||||||||
This class can be used to get information about YouTube videos using their Web services API. |
|
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 |
File | Role | Description |
---|---|---|
Php5tube.php | Class | The class source |
test.php | Example | Drop this test script in the same directory as the class source |
README.txt | Doc. | Read this before you do anything else |
LICENSE.txt | Lic. | GNU Lesse General Public License |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
Official Php5tube project page The official project page for the Php5tube class. |
Official Php5tube documentation The official documentation for the Php5tube class. |