Skip to content
Greg Bowler edited this page Mar 7, 2025 · 2 revisions

This library is an object oriented alternative to the $_COOKIE superglobal that can be read using the same associative array style code. The Cookie class represents cookie data in immutable objects, meaning that the state of the request/response cookies cannot be accidentally changed by undisclosed areas of code.

Clone this wiki locally