CodeIgniter Forums
A small library im working on... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: A small library im working on... (/showthread.php?tid=5030)



A small library im working on... - El Forum - 01-01-2008

[eluser]Lovecannon[/eluser]
Im currently workin on a REST and JSON-RPC services library, Im wondering, if I released it for public use, would anyone here use it?


A small library im working on... - El Forum - 01-01-2008

[eluser]Derek Allard[/eluser]
I can't speak for everyone, but I for one always love checking out what other talented developers are doing. I don't have a need for that at the moment, but I'm sure the community would find it helpful.


A small library im working on... - El Forum - 01-01-2008

[eluser]Lovecannon[/eluser]
Well, its not gonna be too complicated, for now, its mostly just a REST framework, but Im going to make it JSON-RPC as well. And Im hoping to make it available for all PHP platforms, but I love CodeIgniter, so for now, Ill just work on getting it to work, and then make it independent from CodeIgniter Smile (The only reason right now its dependent on CodeIgniter, is because Im lazy and havent written a PATH_INFO parser of my own Tongue, so I use CodeIgniters uri_to_assoc function)


A small library im working on... - El Forum - 01-01-2008

[eluser]Lovecannon[/eluser]
Well, I wrote a sufficient replacement for uri_to_assoc. Was easier than I expected, it took like 2 minutes. Big Grin


A small library im working on... - El Forum - 10-13-2008

[eluser]Joseph1982[/eluser]
Hello,

I am on the search for a REST webservice example and its integration with Codeigniter. It would be great, if you can post it here.

Has CodeIgniter any library for REST ?

Thank You.