An open API service indexing awesome lists of open source software.

https://github.com/activecollab/cookies


https://github.com/activecollab/cookies

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cookies Library

[![Build Status](https://travis-ci.org/activecollab/cookies.svg?branch=master)](https://travis-ci.org/activecollab/cookies)

Features:

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