PHPackages                             kecik/cookie - 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/cookie

ActiveLibrary[Framework](/categories/framework)

kecik/cookie
============

Session Libraries for Kecik Framework

1.0.2(10y ago)21631MITPHPPHP &gt;=5.3.0

Since Apr 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/kecik-framework/cookie)[ Packagist](https://packagist.org/packages/kecik/cookie)[ RSS](/packages/kecik-cookie/feed)WikiDiscussions master Synced 1mo ago

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

**Kecik Cookie**
================

[](#kecik-cookie)

Is libraries were created specifically for the Kecik Framework, this library This library is made to facilitate the use of cookies on the project we build. This library also supports data encryption so that we secure the cookie data.

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

[](#installation)

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

```
{
    "require": {
        "kecik/kecik": "1.0.*@dev",
        "kecik/cookie": "1.0.*@dev"
    }
}
```

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, and then we can install this library.

**How to use Cookie Library**
-----------------------------

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

```
