PHP-MVC-REST-API icon indicating copy to clipboard operation
PHP-MVC-REST-API copied to clipboard

A simple PHP MVC REST API framework with PHP 7.2 With routes and some tools to develop your API.

Results 3 PHP-MVC-REST-API issues
Sort by recently updated
recently updated
newest added

When I had multiple routes like `auth/login`, `auth/:custom/` , `/:parent/:alias/` and my current route is `auth/login/` i get all three routes in $this->matchRouter, it is possible to fix that? ![image](https://user-images.githubusercontent.com/77694098/105081585-a979f800-5a92-11eb-9302-49bd4ad6cbb0.png)...

Is there going to be any updates to your PDO driver support to include parameter binding?