chrisshick / cakemiddlewares
A collection of CakePHP Middlewares.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 0
Type:cakephp-plugin
Requires
- cakephp/cakephp: ~3.4
- m6web/firewall: ~1.0
- piwik/referrer-spam-blacklist: ^1.0
- willdurand/geocoder: ^3.3
Requires (Dev)
- cakephp/cakephp-codesniffer: ^2.1
- friendsofcake/cakephp-test-utilities: dev-master
- phpunit/phpunit: <6.0
This package is auto-updated.
Last update: 2024-11-16 08:50:47 UTC
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.