An open API service indexing awesome lists of open source software.

https://github.com/psr-framework/psr15

Lightweight PSR-15 implementation for PHP 7.4+
https://github.com/psr-framework/psr15

framework php php7 psr15

Last synced: 3 months ago
JSON representation

Lightweight PSR-15 implementation for PHP 7.4+

Awesome Lists containing this project

README

          

## PSR-15

PSR-15 implementation for PHP 7.4+

[![Latest Version](https://img.shields.io/github/release/Furious-PHP/psr15.svg?style=flat-square)](https://github.com/Furious-PHP/psr15/releases)
[![Build Status](https://scrutinizer-ci.com/g/Furious-PHP/psr15/badges/build.png?b=master)](https://scrutinizer-ci.com/g/Furious-PHP/psr15/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/Furious-PHP/psr15/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Code Quality](https://scrutinizer-ci.com/g/Furious-PHP/psr15/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Furious-PHP/psr15/?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/71ecfc66e6100d3ffa0d/maintainability)](https://codeclimate.com/github/Furious-PHP/psr15/maintainability)
[![Total Downloads](https://poser.pugx.org/furious/psr15/downloads)](https://packagist.org/packages/furious/psr15)
[![Monthly Downloads](https://poser.pugx.org/furious/psr15/d/monthly.png)](https://packagist.org/packages/furious/psr15)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

Install:

composer require furious/psr15

Use:

$pipeline = new Furious\Psr15\MiddlewarePipe;

$this->pipeline->pipe(new Psr15Middleware);