Popularity
2.1
Stable
Activity
0.0
Stable
47
12
17

Description

This repository contains a library of optional middleware for your Slim Framework application.

Code Quality Rank: L5
Programming language: PHP
License: MIT License
Tags: Middlewares     Middleware     Slim    
Latest version: v1.0.0

Slim Middleware alternatives and similar libraries

Based on the "Middlewares" category.
Alternatively, view Slim Middleware alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Slim Middleware or a related project?

Add another 'Middlewares' Library

README

Slim Framework Middleware

This repository contains a library of optional middleware for your Slim Framework application.

How to Install

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": "*"
    }
}

How to Contribute

Pull Requests

  1. Fork this repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from your feature branch to this repository's master branch

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.

Style Guide

All pull requests must adhere to the PSR-2 standard.

Author

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.

License

All code in this repository is released under the MIT public license.

http://www.slimframework.com/license


*Note that all licence references and agreements mentioned in the Slim Middleware README section above are relevant to that project's source code only.