A flexible routing library that maps HTTP requests to a set of variables and callables.
Run from the library root folder:
php/vendor/bin/phpunit php/tests/ -c php/tests/configuration.xml
If the tests were successful, php/tests/coverage-html
should have the code coverage report.
Run from the library root folder:
sh scripts/generate-docs.sh
If the documentation was generated successfully, the folder docs
should have the HTML documentation.
It should be used SemVer for versioning.
- Pedro Amaral Couto - Initial work - https://github.com/pedroac
pedroac/routing is released under the MIT public license.
See the enclosed LICENSE for details.