PHPackages                             kecik/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. [Framework](/categories/framework)
4. /
5. kecik/session

ActiveLibrary[Framework](/categories/framework)

kecik/session
=============

Session Libraries for Kecik Framework

1.0.3(10y ago)21771MITPHPPHP &gt;=5.3.0

Since Apr 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kecik-framework/session)[ Packagist](https://packagist.org/packages/kecik/session)[ RSS](/packages/kecik-session/feed)WikiDiscussions master Synced today

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

**Kecik Session**
=================

[](#kecik-session)

A library created specifically for Kecik Framework, this library was made to facilitate the use session on project we build. This library also supports data encryption so that we secure the data session.

**Installation**
----------------

[](#installation)

Add the following line to the file composer.json located on the project we want to build.

```
{
    "require": {
        "kecik/kecik": "1.0.2-alpha",
        "kecik/session": "dev-master"
    }
}
```

Next, run the command

```
composer update
```

And wait until the update process is completed without error.

> **Note**: This library requires Kecik Framework, so we need to install Kecik Framework first, then we can install this library.

**How to use Session Library**
------------------------------

[](#how-to-use-session-library)

```
