Professional Freelance Web Developer
CodeIgniter Activist, Caffeine Junkie

Elliot Haughin

CodeIgniter Vimeo API Library Released

4th March 2009

Only yesterday I was releasing the CodeIgniter Twitter API Library, and now I’ve got another hot release for you all!

Vimeo is a fantastic video service with good quality flash encoding and a great free account. And now, it’s possible to use this service within your CodeIgniter applications.

vimeo

This very very simple library gives you full access to Vimeo’s ’simple’ API in just over 80 lines of clean and beautiful code! Again, this library requires curl, but all the connection methods for this library are built into the 1 file.

This library currently allows the use of all of the API method. Here’s an example of how to call a method:

$this->load->library('vimeo');
$this->vimeo->call('user', array('method' => 'clips', 'id' => 'user603985'));

A full list of calls can be found on the CodeIgniter Vimeo API Library Page

This library, as will be the case from now on is GNU-GPL 2.0 Licensed. But drop me a comment to let me see the library in action if you decide to use it! I love to see how people use these resources.

CodeIgniter Vimeo API Library

Related posts:

  1. Twitter API Library For CodeIgniter Released
  2. CodeIgniter Twitter Library
  3. CodeIgniter Multicache Library 0.1

  • Wow... your on a roll! Yet another library to help CI interact with other web services. Very cool!
blog comments powered by Disqus

Boring Stuff

Design © copyright Elliot Haughin 2009

Content published here are copyright their respective owners.

You cannot copy content from this site, either in English or translated to another language.

Keep Subscribed

Theres lots of ways for you to keep up with me on the web.

Please Note

Information given out on this blog should only be used as a guideline. I hold no liability for any code I write.

Always consult a professional before acting on this guidance.