Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 454 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 454 Bytes

Basic Request Router

PHP class to manage GET, POST, DELETE and PUT requests. The main functionality is made to be able to make a request to a route and to let the class to handle the validation of the request and the resource being requested in the route. This whole request handling and calling of the resource from the class is made with REST in mind, to you need RewriteEngine enabled and REST controllers for the resources being called.