Comodojo/cookies documentation

Minimalist and extensible library to manage cookies.

Introduction

This library aims to provide an OO approach to defining cookies and to simplify cookies’ management.

It includes also a cookie manager class that can handle multiple cookies at the same time.

Installation

First install composer, then:

composer require comodojo/cookies

Requirements

To work properly, comodojo/cookies requires PHP >=7.4.0.

General Usage