A lightweight and simple object oriented PHP Router for small PHP projects.
#Features
- Supports GET, POST, PUT, DELETE and PATCHrequest methods
- Light weight
- Suit small projects
- Each route is mapped to a specified controller file
#Installation
- git clone https://github.com/aoamusat/phprouter.git
- cd phprouter
- Boot up php development server: php -S host:ip -t .