This repository contains a library of optional middleware for your
Slim Framework application.
Update your composer.json
manifest to require the slim/middleware
package (see below).
Run composer install
or composer update
to update your local vendor folder.
{
"require": {
"slim/middleware": "*"
}
}
It is very important to separate new features or improvements into separate feature branches, and to send a pull
request for each branch. This allows me to review and pull in new features or improvements individually.
All pull requests must adhere to the PSR-2 standard.
The Slim Framework is created and maintained by Josh Lockhart. Josh is a senior
web developer at New Media Campaigns. Josh also created and maintains
PHP: The Right Way, a popular movement in the PHP community to introduce new
PHP programmers to best practices and good information.
All code in this repository is released under the MIT public license.
http://www.slimframework.com/license