RESTful API Framework
JSON renderer and event driven controller interface for Symphony CMS designed to quickly build a RESTful APIs.
Description
RESTful API Framework for Symphony is a JSON renderer and event driven controller interface for designed to quickly build RESTful APIs.
Any page with a type JSON
will trigger the JSON renderer. This automatically converts your XML output into a JSON document. This includes output from any events.
Use the API Framework: Controller event to listen for PUT
, POST
, PATCH
and DELETE
requests. To create your own controller, make a folder called controllers in your /workspace
directory.
A controller will respond to the 4 methods (PUT, POST, PATCH and DELETE) via a same named public method.
"RESTful API Framework for Symphony CMS" is released under the MIT License.
For full documentation, please take a look at the the Github repository page.