1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-09-03 12:13:21 +02:00

Replace old PSR-7 middlewares with new PSR-15 middlewares

This commit is contained in:
Filis Futsarov
2025-04-04 09:04:18 +00:00
committed by GitHub
parent 9e2d672d62
commit f2723737a7

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.