RESTful WebServices with Kohana 3 PHP
Is it possible to make restful services with kohana 3 , i reviewed the source and found an abstract class Kohana_Controller_REST
, how to use it ? If someone can post a snippet with routing as Example code, it will be very appreciated.
Also, the lack of documentation on KO3 is making me crazy, if someone knows a well documented, fast and proven PHP framework to use with an 100% javascript Frontend, j开发者_运维问答ust let me know, but i would like to stick with Kohana because of the powerful ORM lib.
Thanks.
This looks like the most promising module for 3.2 (current stable)
https://github.com/morgan/kohana-restify
I have been very happy using CodeIgniter REST Server, which is an extension to the CodeIgniter framework. One of the nice things about CI is the excellent documentation when compared to Kohana. Then again, Kohana is an "improved" fork of CI; for example, CI does not have an out-of-the-box ORM library.
精彩评论