odan / session

A middleware oriented session handler for PHP and Slim 4+
https://odan.github.io/session/
MIT License
56 stars 11 forks source link

PSR-15 support #5

Closed roxblnfk closed 5 years ago

roxblnfk commented 5 years ago

This repository have the "PSR-15" tag but, the SessionMiddleware class does not implement the MiddlewareInterface interface from the PSR-15

odan commented 5 years ago

That's true. I think I added this tag, because it's planned add a PSR-15 middleware.

odan commented 5 years ago

The next major version will support the PSR-15 middeware as new default middleware.