This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
0.2: Magic method added to catch http request methods
Added
- __call magic method added to let router set http request methods using method call.(i.e. $router->get($route, $action)
- More exceptions defined
- Tests added/changed for changes
Deprecated
- Nothing.
Removed
- defined routes removed from constructor which breaks BC.
Fixed
- Nothing.