A routing engine simple enough for small blogs, yet strong enough for enterprise behemoths
Go to file
Funky Waddle ab7719a39f docs: add comprehensive PHPDoc blocks to all public classes and methods
- Added class-level PHPDoc blocks to all public classes
- Added method-level PHPDoc blocks with @param and @return tags
- Documented public properties and their purposes
- Added PHPDoc for parameter types and return types
- Improved code documentation following PSR-5 standards
2026-02-13 22:04:38 -06:00
src docs: add comprehensive PHPDoc blocks to all public classes and methods 2026-02-13 22:04:38 -06:00
tests/Unit refactor: restructure into proper directory hierarchy 2026-02-13 17:26:31 -06:00
.gitignore feat: implement milestone 1 - foundation and core architecture 2026-02-13 15:07:59 -06:00
composer.json refactor: restructure into proper directory hierarchy 2026-02-13 17:26:31 -06:00
LICENSE.md Initial repository setup with LICENSE, .gitignore, and composer.json 2026-02-12 13:36:48 -06:00
MILESTONES.md feat: implement milestone 2 - basic URI matching and methods 2026-02-13 15:54:36 -06:00
NOTES.md Update project documentation and composer.json with explicit optional parameter logic and author details 2026-02-12 14:34:25 -06:00
SPECS.md Update project documentation and composer.json with explicit optional parameter logic and author details 2026-02-12 14:34:25 -06:00
test_url_generation.php feat: implement milestone 1 - foundation and core architecture 2026-02-13 15:07:59 -06:00