1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-09-25 06:21:45 +02:00

Merge pull request #1343 from filisko/patch-1

Replace old PSR-7 middlewares with new PSR-15 middlewares
This commit is contained in:
Mark Scherer
2025-04-04 11:08:55 +02:00
committed by GitHub

View File

@@ -243,7 +243,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Middlewares
*Libraries for building application using middlewares.*
* [PSR-7 Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
* [PSR-15 Middlewares](https://github.com/middlewares/psr15-middlewares) - Inspiring collection of handy middlewares.
* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony.
* [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7.