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
- Host: GitHub
- URL: https://github.com/zeroastro/sqz-cookie-handler
- Owner: zeroastro
- License: mit
- Created: 2016-12-19T22:17:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T20:52:17.000Z (over 7 years ago)
- Last Synced: 2025-08-15T18:51:27.962Z (10 months ago)
- Topics: cookie, cookie-handler, php, php-cookie-handler
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQZ Cookie Handler
 [](https://github.com/zeroastro/sqz-cookie-handler/blob/master/LICENSE) [](https://travis-ci.org/zeroastro/sqz-cookie-handler) [](https://coveralls.io/github/zeroastro/sqz-cookie-handler) [](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)