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
Requires
- php: >=7.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2025-03-29 00:28:10 UTC
README
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