Skip to content

chrisShick/CakeMiddlewares

Repository files navigation

CakeMiddlewares

Build Status Coverage Status Total Downloads License

This is a collection of Cakephp Middlewares.

This plugin provides commonly used middlewares to make it easier to integrate into your cakephp project.

Requirements

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.