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.

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: