Experiments to make the easiest but fastest URI router possible!
Go to file
2024-09-07 13:02:52 -05:00
tests Initial work 2024-09-07 13:02:52 -05:00
LICENSE Initial commit 2024-09-07 08:46:27 -05:00
README.md Initial commit 2024-09-07 08:46:27 -05:00
SegmentRouter.php Initial work 2024-09-07 13:02:52 -05:00
TrieRouter.php Initial work 2024-09-07 13:02:52 -05:00

Router

A tree-based router using string manipulation.