zorrodg/php_apihandler

Create your REST API in minutes :)

1.0.1 2014-05-27 00:55 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:04:27 UTC


README

Create your REST API in minutes. :)

Define some endpoints and get your app running!

Version: 1.0.1

Author: Andrés Zorro zorrodg@gmail.com

-- Due to web technologies in constant change, and the growing popular use of Front End technologies such as Backbone, Ember and AngujarJS, the need for server side MVC frameworks that render HTML templates has become increasingly obsolete, and API endpoints to get data from has become a major need.

The idea behind API Handler is to make it simple to develop API endpoints throught PHP. You define some Getters, Posters, Deleters and that's it. API Handler does all the heavylifting (Database queries, identify resources, encode to json or xml and output).

Please refer to http://zorrodg.github.io/php_apihandler/ for full documentation.

Enjoy! :)