compwright / php-session

Standalone session implementation that does not rely on the PHP session module or the $_SESSION global, ideal for Swoole or ReactPHP applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add a SessionInterface

yani opened this issue · comments

commented

A SessionInterface would make it easier to use a DI container for using the session outside of controllers.