zeroastro / sqz-cookie-handler
This is a Simple PHP Cookie Handler which uses the OpenSSL extension to perform data encryption/decryption
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
pkg:composer/zeroastro/sqz-cookie-handler
Requires
- php: >=7.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2025-09-29 01:43:55 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