Using CodeIgniter to create an API
Oct 31Found a great post the other day which turns CodeIgniter into a fully fledged API. Still working through the cogs to get this working. Hopefully I’ll get a hold of it soon.
http://net.tutsplus.com/tutorials/php/working-with-restful-services-in-codeigniter-2/
It uses Phil Sturgeon’s CodeIgniter REST Server – which can be found here.
Happy Hacking!
Twitter API for CodeIgniter
May 11I came up with a random twitter app idea the other day, and during the excitement of this idea, I did some very sketchy research to see if there were any other similar services which offer a twitter group chat based on hashtags.
I didn’t find any that looked well developed and polished to be a threat. Figured the idea was very simple, and got building on it
After some googling, i found a great Twitter API library for CodeIgniter developed by Elliot Haughin.
