A cookie handler that can read and write cookies from the headers of a Request
and Response
object.
You can view the Full Documentation to lean more about what this offers.
Using .phar library
wget https://github.com/IMPHP/cookie/releases/download/<version>/imphp-cookie.phar
require "imphp-cookie.phar";
...
Clone via git
git clone https://github.com/IMPHP/cookie.git imphp/cookie/
Composer (Packagist)
composer require imphp/cookie