activecollab/cookies

Easily get and set cookies

Maintainers

Package info

github.com/activecollab/cookies

Homepage

pkg:composer/activecollab/cookies

Statistics

Installs: 65 600

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

3.0.0 2020-07-29 12:55 UTC

README

Build Status

Features:

  1. Configure from URL. Configure the domain, path, and secure values based on URL of your application,
  2. Automatically prefix all cookie names,
  3. 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).