activecollab / cookies
Easily get and set cookies
3.0.0
2020-07-29 12:55 UTC
Requires
- php: >=7.4
- ext-openssl: *
- activecollab/utils: ^2.0
- dflydev/fig-cookies: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- laminas/laminas-diactoros: ^2.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2026-02-25 04:39:36 UTC
README
Features:
- Configure from URL. Configure the domain, path, and secure values based on URL of your application,
- Automatically prefix all cookie names,
- Automatically encrypt cookie values. By default, AES 256 CBC is used, but you can provide any encryption system (it needs to implement
ActiveCollab\Encryptor\EncryptorInterfacefromactivecollab/utilspackage).