Skip to content

zeroastro/sqz-cookie-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQZ Cookie Handler

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