Download the PHP package widi/router without Composer
On this page you can find all versions of the php package widi/router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package router
Widi\Components\Router
Change log
2.0.1
- updated readme and test path
2.0.0
- refactored to use psr7 request interface
1.4.1
- fix readme file list
1.4.0
- added feature get route key path for accessmanagement
- remove build route array
1.3.1
- added php version to composer
1.3.0
- added feature to route manually and override uri and method
1.2.0
- fix default routing array
- added get request feature
1.1.2
- fixed generated sub route handling
- created route add function
1.1.1
- readme updated
- added description to package
1.1.0
- added callback function
1.0.2
- fixed package name
1.0.1
- 1st release
Code Sample
Array routes
Files
- src/Exception
- src/Exception/NoMethodRequestException.php
- src/Exception/RequestException.php
- src/Exception/RequestMethodNotCreatedException.php
- src/Exception/RouteComparatorNotCreatedException.php
- src/Exception/RouteNotCreatedException.php
- src/Exception/RouterException.php
- src/Exception/ValidatorNotCreatedException.php
- src/LICENSE
- src/Request.php
- src/Route
- src/Route/Comparator
- src/Route/Comparator/ComparatorInterface.php
- src/Route/Comparator/Equal.php
- src/Route/Comparator/Regex.php
- src/Route/Method
- src/Route/Method/AbstractMethod.php
- src/Route/Method/Delete.php
- src/Route/Method/Get.php
- src/Route/Method/MethodInterface.php
- src/Route/Method/Post.php
- src/Route/Method/Put.php
- src/Route/Route.php
- src/Route/Validator
- src/Route/Validator/IsInt.php
- src/Route/Validator/IsString.php
- src/Route/Validator/NotEmpty.php
- src/Route/Validator/RegEx.php
- src/Route/Validator/ValidatorInterface.php
- src/Router.php
- src/RouterFactory.php
All versions of router with dependencies
PHP Build Version
Package Version
The package widi/router contains the following files
Loading the files please wait ....