Skip to content

A basic implementation for the youtube api as a CodeIgniter library. Removes dependencies on Zend for retrieval and manipulation of YouTube video data.

Notifications You must be signed in to change notification settings

appleboy/CodeIgniter-YouTube-API-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter Youtube API Library

This library will let a user authenticate with youtube and perform actions such as uploading a video, commenting and rating videos, and getting video feeds.

Some basic documentation can be found at http://code.google.com/apis/youtube/articles/codeigniter_library.html For the most up to date documentation checkout my blog at http://jimdoescode.blogspot.com

Usage

Copy the files under your application directory. Then load the library like this:

$params['apikey'] = 'YOUTUBE API KEY';

$this->load->library('youtube', $params);

$this->youtube->getMostViewedVideoFeed(array('max-results'=>30));

License

This library is licensed under the MIT license.

Sparks

You can also use this library with Sparks. Simply install using sparks then call.

$this->load->spark('youtube/1.0.0');

Then load the library as specified in the usage.

About

A basic implementation for the youtube api as a CodeIgniter library. Removes dependencies on Zend for retrieval and manipulation of YouTube video data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%