activecollab/cookies

Easily get and set cookies

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).