activecollab / cookies
Easily get and set cookies
Installs: 54 846
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
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: 2024-10-25 01:49:12 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\EncryptorInterface
fromactivecollab/utils
package).