Skip to content

activecollab/cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookies Library

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