pmc / session
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v0.5) of this package.
A basic class to keep track of a session for a web application.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v0.5
2017-02-23 16:46 UTC
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2020-04-17 06:31:48 UTC
README
A "session" represents the actions from a single "user" interacting with the system. It includes a session identifier, and basic user information.