• This repository has been archived on 27/Nov/2018
  • Stars
    star
    123
  • Rank 289,252 (Top 6 %)
  • Language
    PHP
  • Created over 13 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

NOTE: THIS LIBRARY IS DEPRECATED

It is recommended that you use the official PHP API provided by YouTube at https://github.com/google/google-api-php-client

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.

More Repositories

1

CodeIgniter-Dropbox-API-Library

This library is written for the CodeIgniter PHP framework and is meant to interact with the Dropbox API
PHP
154
star
2

jqScribble

A touch enabled jquery plugin for drawing on a canvas
JavaScript
72
star
3

Zendless-PHP-YouTube-API

A PHP YouTube API you can use without having to include Zend GData into your project.
PHP
38
star
4

phpstorm_artisan

Aliases for the Laravel 4 artisan utility in PHPStorm.
37
star
5

Komodo-Edit-Source-Control-Tools

Several tools to add basic git and svn support into Komodo Edit
30
star
6

feature

A feature flag implementation in Go
Go
29
star
7

CodeIgniter-GitHub-Updater

Will update server files based on commits to github
PHP
25
star
8

jenysis

A javascript world generation script
JavaScript
24
star
9

clip

A simple framework for making CLI (console) commands in PHP.
PHP
21
star
10

namegen

javascript Name Generator (or advanced string concatenator)
JavaScript
15
star
11

CodeIgniter-Netflix-API-Library

A CodeIgniter library for working with the netflix API
PHP
10
star
12

feedforge

A simple CMS that feels similar to ExpressionEngine, with a separate templating system, and cleaner database setup.
PHP
4
star
13

codemana

A browser application that adds some nice features to GitHub Gists. Built using React.
JavaScript
4
star
14

slackcat

Go
2
star
15

mobilepay

Mobile Payment token decryption in Go
Go
2
star
16

golang-challenge3

http://golang-challenge.com/go-challenge3/
Go
1
star
17

ima

An image manipulation service built on Imagick and SlimPHP
PHP
1
star
18

golang-challenge2

http://golang-challenge.com/go-challenge2/
Go
1
star