PHPackages                             packfire/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. packfire/session

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

packfire/session
================

PHP session made easy with Packfire Session library.

1.2.0(12y ago)55061BSD-3-ClausePHPPHP &gt;=5.3.0

Since Sep 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/packfire/session)[ Packagist](https://packagist.org/packages/packfire/session)[ Docs](http://mauris.sg/packfire)[ RSS](/packages/packfire-session/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

\#Packfire Session

> PHP session made easy with Packfire Session library.

Packfire Session aims to abstract and improve the behaviour of PHP Session for out-of-the-box usage with improved security.

\##Installation Use [Composer](https://getcomposer.org/) to include Packfire Session in your project.

```
{
    "require": {
		"packfire/session": "1.0.*"
	}
}

```

Run Composer to install Packfire Session for use with your project.

```
$ composer install

```

\##Usage

The `Session` class is the main class we can work the session from.

To initiate a session:

```
