route:路由-用于PHP的快速,灵活的路由,使您能够快速轻松地构建RESTful Web应用程序

时间:2024-02-20 09:51:32
【文件属性】:

文件名称:route:路由-用于PHP的快速,灵活的路由,使您能够快速轻松地构建RESTful Web应用程序

文件大小:35KB

文件格式:ZIP

更新时间:2024-02-20 09:51:32

api php restful-api APIPHP

路线v2.0 路由-快速,灵活PHP路由,使您能够快速轻松地构建RESTful Web应用程序。 安装 $ composer require nezamy/route 或者,如果您正在寻找准备使用此路由的模板,请访问 Route需要PHP 7.4.0或更高版本。 变更清单 根据php 7.4重写路由 支持Swoole扩展 支持语言环境以建立多语言网站 添加了身份验证,基本,摘要 自定义路由解析器和处理程序的可用性 智能依赖注入和服务容器 用法 仅在使用composer时,在root中创建index.php。 创建具有以下内容的index.php文件: <?php declare (strict_types= 1 ); define ( 'DS' , DIRECTORY_SEPARATOR ); define ( 'BASE_PATH' , __DIR__ . DS ); //Show errors //=================================== ini_set ( 'display_errors' , '1' ); ini_set ( 'displ


【文件预览】:
route-master
----.gitignore(82B)
----README.md(11KB)
----tests()
--------RouteParserTest.php(3KB)
--------DummyRequest.php(324B)
--------AuthTest.php(1KB)
--------bootstrap.php(174B)
--------RouteTest.php(9KB)
----phpunit.xml(695B)
----LICENSE(1KB)
----composer.json(1KB)
----.php_cs(3KB)
----src()
--------functions.php(2KB)
--------Support()
--------Http()
--------DataType()
--------Routing()
--------Route.php(2KB)
--------Prototype()

网友评论