weew/http-app-request-handler
Composer 安装命令:
composer require weew/http-app-request-handler
包简介
Request handling extension for the weew/http-app package.
README 文档
README
Table of contents
Installation
composer require weew/http-app-request-handler
Introduction
This is a request handling component that is meant to be used together with the weew/http-app package. It uses the weew/router package for routing and the weew/router-routes-invoker-container-aware package for routes invocation.
Usage
Simply register this provider on the kernel.
$app->getKernel()->addProviders([ RequestHandlerProvider::class, ]);
统计信息
- 总下载量: 91
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-21