antoinedly / router
简单路由器
v1.0.0
2024-01-27 10:27 UTC
Requires
- php: ^8.2
- psr/container: ^2.0
- psr/http-factory: ^1.0
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
Requires (Dev)
- phpunit/phpunit: ^10.2
Provides
- psr/container-implementation: 2.0.2
README
简单路由器
要求
- AntoineDly\Router
^1.0
需要PHP 8.2或更高版本。
作者
Antoine Delaunay - [email protected] - Twitter
许可证
AntoineDly\Router遵循MIT许可证 - 详细信息请参阅LICENSE文件
致谢
此库深受Guzzle/PSR-7的启发
贡献
如果您想贡献,请在提交PR之前确保执行以下3个步骤
- 运行静态测试
tools/phpstan/vendor/bin/phpstan analyse src tests --level=9
- 运行修复器
tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src
- 运行测试
vendor/bin/phpunit tests