PHP-MVC-REST-API
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? ...
Is there going to be any updates to your PDO driver support to include parameter binding?