Simple PHP Library for RESTful APIs
Go to file
PJ Dietz 0052ecd455 Add custom exceptions. 2012-11-29 14:40:46 -05:00
exceptions Add custom exceptions. 2012-11-29 14:40:46 -05:00
samples Updates to Request class, including adding the request() method for cURL access to resources. 2012-11-27 16:57:27 -05:00
Handler.inc.php Move some logic from Router to Route for easier subclassing and better OOP principles. Add comments and PHPDoc blocks. 2012-09-16 22:31:25 -04:00
README.md Initial commit 2012-08-20 17:34:37 -07:00
Request.inc.php Updates to Request class, including adding the request() method for cURL access to resources. 2012-11-27 16:57:27 -05:00
Response.inc.php Added Response::getStatusLine() function. This makes it more extensible and compatible with PHP 5.3. 2012-10-01 20:06:14 -04:00
Route.inc.php Code cleanup. 2012-09-16 22:44:29 -04:00
Router.inc.php Router can return a default 404 response when no routes match the request. 2012-09-23 18:43:52 -04:00

README.md

WellRESTed

Simple PHP Library for RESTful APIs