Simple PHP Library for RESTful APIs
Go to file
PJ Dietz 44b6e9b118 Change the way Handler goes about building the response. This now happen in the constructor, and Handler::getResponse() returns the Response instance instead of using Handler::respond to trigger the response. 2012-09-08 16:56:54 -04:00
Handler.inc.php Change the way Handler goes about building the response. This now happen in the constructor, and Handler::getResponse() returns the Response instance instead of using Handler::respond to trigger the response. 2012-09-08 16:56:54 -04:00
README.md Initial commit 2012-08-20 17:34:37 -07:00
Request.inc.php Add Response class for building HTTP responses. 2012-08-23 15:39:12 -04:00
Resource.inc.php Added dummy files. 2012-08-20 21:00:25 -04:00
Response.inc.php Change the way Handler goes about building the response. This now happen in the constructor, and Handler::getResponse() returns the Response instance instead of using Handler::respond to trigger the response. 2012-09-08 16:56:54 -04:00
Route.inc.php Added Handler, Router, and Route classes. 2012-09-03 14:02:49 -04:00
Router.inc.php Change the way Handler goes about building the response. This now happen in the constructor, and Handler::getResponse() returns the Response instance instead of using Handler::respond to trigger the response. 2012-09-08 16:56:54 -04:00

README.md

WellRESTed

Simple PHP Library for RESTful APIs