chrisshick/cakemiddlewares
Composer 安装命令:
composer require chrisshick/cakemiddlewares
包简介
A collection of CakePHP Middlewares.
README 文档
README
This is a collection of Cakephp Middlewares.
This plugin provides commonly used middlewares to make it easier to integrate into your cakephp project.
Requirements
- CakePHP Version 3.4+
Installation
composer require chrisshick/cakemiddlewares
To make your application load the plugin either run:
./bin/cake plugin load chrisShick/CakeMiddlewares
or add the following line to config/bootstrap.php:
Plugin::load('chrisShick/CakeMiddlewares');
Available Middlewares
Patches & Features
- Fork
- Mod, fix
- Test - This is important, so it's not unintentionally broken
- Commit - Please do not mess with license, todo, version, etc.
- Pull request
To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards.
Bugs & Feedback
http://github.com/chrisShick/CakeMiddlewares/issues
Credits
This repository was inspired by Oscarotero's PSR-7 Middelwares
The requirements and readme was inspired by UseMuffin's repositories.
License
Copyright (c) 2017, chrisShick and licensed under The MIT License.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-13