diversen / minimal-router
A very simple and minimal PHP router
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/diversen/minimal-router
README
A very simple and minimal router for PHP. Routing is done with regular expressions.
Install:
composer require diversen/minimal-router
Usage:
See index.php which adds two routes.
You can run the built-in PHP server in minimal-router/
which will run the example.
See test.php which holds the actions
for the two routes.