CodeIgniter Forums
Restful service - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Restful service (/showthread.php?tid=65643)



Restful service - willndira - 07-05-2016

Am trying to develop a restful application i.e client server architecture but the reference am finding seems to have been posted 3 years ago. Has any one worked with rest in code igniter ?


RE: Restful service - Narf - 07-05-2016

It's called CodeIgniter and it's not suitable for REST services, use something else.


RE: Restful service - cartalot - 07-05-2016

This is a very popular rest server for codeigniter that is kept updated.

https://github.com/chriskacerguis/codeigniter-restserver

It also includes documentation that is kept updated.