https://github.com/activecollab/cookies
https://github.com/activecollab/cookies
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/activecollab/cookies
- Owner: activecollab
- License: mit
- Created: 2015-11-23T14:06:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T22:51:03.000Z (about 3 years ago)
- Last Synced: 2025-08-07T02:34:29.694Z (10 months ago)
- Language: PHP
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookies Library
[](https://travis-ci.org/activecollab/cookies)
Features:
1. Configure from URL. Configure the domain, path, and secure values based on URL of your application,
1. Automatically prefix all cookie names,
1. Automatically encrypt cookie values. By default, AES 256 CBC is used, but you can provide any encryption system (it needs to implement `ActiveCollab\Encryptor\EncryptorInterface` from `activecollab/utils` package).