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+
- Host: GitHub
- URL: https://github.com/psr-framework/psr15
- Owner: PSR-Framework
- Archived: true
- Created: 2020-07-12T11:35:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T15:16:38.000Z (over 5 years ago)
- Last Synced: 2025-06-29T14:48:59.980Z (9 months ago)
- Topics: framework, php, php7, psr15
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PSR-15
PSR-15 implementation for PHP 7.4+
[](https://github.com/Furious-PHP/psr15/releases)
[](https://scrutinizer-ci.com/g/Furious-PHP/psr15/build-status/master)
[](https://scrutinizer-ci.com/code-intelligence)
[](https://scrutinizer-ci.com/g/Furious-PHP/psr15/?branch=master)
[](https://codeclimate.com/github/Furious-PHP/psr15/maintainability)
[](https://packagist.org/packages/furious/psr15)
[](https://packagist.org/packages/furious/psr15)
[](LICENSE)
Install:
composer require furious/psr15
Use:
$pipeline = new Furious\Psr15\MiddlewarePipe;
$this->pipeline->pipe(new Psr15Middleware);