Libraries tagged by match route
tdw/routing
3 Downloads
Simple router to GET, POST, PUT, PATCH, DELETE requests.
lordarryn/psrrouter
51 Downloads
Basic router developped with PSR interfaces. Supports GET, POST, PUT, DELETE, OPTIONS, PATCH methods and 400, 404 and 405 errors.
amajot/plates-catchall-templater
1759 Downloads
Allows you to render templates without defined routes/actions as a kind of catch-all in Zend Expressive
multiqos/clearall
6 Downloads
This will be clear all catch,config,route
wubi/active-rest
18 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
conectra/active-rest
1299 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
headerx/laravel-legacy-loader
967 Downloads
catch-all routing for use of vanilla php scripts in your laravel app.
nextphp/rest
17 Downloads
The NextPHP Rest package provides powerful routing capabilities and HTTP handling for PHP developers. This package supports all RESTful methods (GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD, TRACE, CONNECT, PRI) and various response formats such as JSON, XML, HTML, TEXT, and CSV. It is part of the NextPHP Framework, a modern and lightweight PHP framework designed for performance and scalability.