定制 weew/router-routes-invoker-container-aware 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

weew/router-routes-invoker-container-aware

Composer 安装命令:

composer require weew/router-routes-invoker-container-aware

包简介

Container aware routes invoker for the weew/router package.

README 文档

README

Build Status Code Quality Test Coverage Version Licence

Table of contents

Installation

composer require weew/router-routes-invoker-container-aware

Introduction

This package is meant to be used in combination with weew/router. It's job is to invoke routes that have been successfully matched by the router. It uses the weew/container package to provide dependency injection.

Usage

Lets say you have successfully matched a route:

$route = $router->match(HttpRequestMethod::GET, new Url('foo-bar'));

Now you have to invoke the matched route:

$routesInvoker = new RoutesInvoker(new Container());
$response = $routesInvoker->invoke($route);
$response->send();

If response object implements either the IHttpResponseHolder or IHttpResponseable interface, invoker will extract the http response and return it instead.

Router returns null whenever a route could not be matched. In this case, RoutesInvoker will return a 404 HttpResponse object instead.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-07-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固