承接 kovagoz/http-middleware-request-dispatcher 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kovagoz/http-middleware-request-dispatcher

Composer 安装命令:

composer require kovagoz/http-middleware-request-dispatcher

包简介

PSR-15 compatible request dispatcher

README 文档

README

The purpose of this middleware is to dispatch the request to the assigned handler, also known as the controller.

phpunit workflow

Requirements

  • PHP 7.4 or above

Usage

Middleware needs a resolver object to be able to make the proper request handler object. It must be injected through the constructor. This package contains a simple resolver implementation which uses a PSR-11 compatible DI container to do the job:

$resolver   = new ContainerResolver($container);
$middleware = new RequestDispatcher($resolver);

Middleware looks for a special attribute of the request object called __handler. This attribute tells which handler should handle the request. If it's missing, nothing happens, request will be passed to the next middleware.

Here an example how you can tell which handler should handle the request:

// PSR-7 server request object
$request = $request->withAttribute('__handler', MyController::class);
$middleware->process($request, $nextMiddleware);

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-08-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固