PHPackages                             district5/simple-session-store - 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. district5/simple-session-store

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

district5/simple-session-store
==============================

SimpleSessionStore is a session management library for PHP

1.1.0(4y ago)1167↓100%1mitPHPPHP &gt;=7.4

Since Aug 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/district-5/php-simple-session-store)[ Packagist](https://packagist.org/packages/district5/simple-session-store)[ Docs](https://github.com/district-5/php-simple-session-store)[ RSS](/packages/district5-simple-session-store/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (1)

SimpleSessionStore
==================

[](#simplesessionstore)

SimpleSessionStore is a session management library for PHP. It was originally part of OhSession.

### Class overview:

[](#class-overview)

- `\District5\SimpleSessionStore\Session`
    - Controls the basic Session functionality that's needed for applications of any size. The primary goal of this class is to provide a simplistic interface to interact with session data.
- `\District5\SimpleSessionStore\Storage`
    - Provides a Session Namespace approach to storing data for a users session.

### Usage

[](#usage)

- Example Composer file contents: ```
    {
      "require": {
          "district5/simple-session-store": ">=1.1.0"
      }
    }
    ```
- Set a value: ```
