2017 © Pedro Peláez
 

cakephp-plugin cakemiddlewares

A collection of CakePHP Middlewares.

image

chrisshick/cakemiddlewares

A collection of CakePHP Middlewares.

  • Monday, March 13, 2017
  • by chrisShick
  • Repository
  • 3 Watchers
  • 3 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CakeMiddlewares

Build Status Coverage Status Total Downloads License, (*1)

This is a collection of Cakephp Middlewares., (*2)

This plugin provides commonly used middlewares to make it easier to integrate into your cakephp project., (*3)

Requirements

Installation

composer require chrisshick/cakemiddlewares

To make your application load the plugin either run:, (*4)

./bin/cake plugin load chrisShick/CakeMiddlewares

or add the following line to config/bootstrap.php:, (*5)

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., (*6)

Bugs & Feedback

http://github.com/chrisShick/CakeMiddlewares/issues, (*7)

Credits

This repository was inspired by Oscarotero's PSR-7 Middelwares, (*8)

The requirements and readme was inspired by UseMuffin's repositories., (*9)

License

Copyright (c) 2017, chrisShick and licensed under The MIT License., (*10)

The Versions