PHPackages                             joebengalen/session - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. joebengalen/session

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

joebengalen/session
===================

Lightweight session manager library.

061[2 issues](https://github.com/JoeBengalen/Session/issues)PHP

Since Apr 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/JoeBengalen/Session)[ Packagist](https://packagist.org/packages/joebengalen/session)[ RSS](/packages/joebengalen-session/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Session
=======

[](#session)

Lightweight session manager library.

Uses PHP's `$_SESSION` global with a namespace so no interference should happen with other libraries.

Session object should have `set`, `get`, `has`, `remove` and `clear` methods and implement `\ArrayAccess`. This is done by extending the `JoeBengalen\Config\AbstractConfig` class. Doing so we also get support for arrays with dot notation.

```
