zeroastro/sqz-cookie-handler

This is a Simple PHP Cookie Handler which uses the OpenSSL extension to perform data encryption/decryption

2.1.0 2019-02-01 20:46 UTC

This package is auto-updated.

Last update: 2024-03-29 03:03:53 UTC


README

PHP license Build Status Coverage Status StyleCI

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

Installation

$ composer require zeroastro/sqz-cookie-handler

Documentation

Documentation is available on the Wiki