An open API service indexing awesome lists of open source software.

https://github.com/zeroastro/sqz-cookie-handler

A simple yet useful PHP Cookie Handler
https://github.com/zeroastro/sqz-cookie-handler

cookie cookie-handler php php-cookie-handler

Last synced: 5 months ago
JSON representation

A simple yet useful PHP Cookie Handler

Awesome Lists containing this project

README

          

# SQZ Cookie Handler
![PHP](https://img.shields.io/badge/PHP-%3E%3D%207.0-8892bf.svg) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/zeroastro/sqz-cookie-handler/blob/master/LICENSE) [![Build Status](https://travis-ci.org/zeroastro/sqz-cookie-handler.svg)](https://travis-ci.org/zeroastro/sqz-cookie-handler) [![Coverage Status](https://coveralls.io/repos/github/zeroastro/sqz-cookie-handler/badge.svg)](https://coveralls.io/github/zeroastro/sqz-cookie-handler) [![StyleCI](https://styleci.io/repos/76901767/shield?branch=master)](https://styleci.io/repos/76901767)

## About
This is a Simple yet useful PHP Cookie Handler which uses the OpenSSL extension to perform data encryption/decryption.
Cookies are stored as a JSON containing all the cookie informations, not only its value.

## License
SQZ Cookie Handler is released under [MIT License](https://github.com/zeroastro/SQZ-Cookie-Handler/blob/master/LICENSE)

## Installation
```sh
$ composer require zeroastro/sqz-cookie-handler
```

## Documentation
Documentation is available on the [Wiki](https://github.com/zeroastro/SQZ-Cookie-Handler/wiki)