简单路线:用于处理路线的简单库 源码
如何安装 要安装软件包,请使用以下命令 composer require rhuangabrielsantos/simple-routes 如何使用 该库使用RESTFUL API概念,例如: <?php $ router = new \ SimpleRoutes \ Router (); $ router -> get ( '/user' , \ Mocks \ UserController ::class, 'index' ); $ router -> post ( '/user' , \ Mocks \ UserController ::class, 'create' ); $
文件列表
simple-routes-master.zip
(预估有个21文件)
simple-routes-master
composer.json
477B
.travis.yml
348B
phpunit.xml
519B
composer.lock
63KB
.github
workflows
php.yml
736B
tests
src
暂无评论