Preface
Getting Started
Integration
Learning More
Database
Cookie::set('key', 'value');
$value = Cookie::get('key');
if (Cookie::has('key')) { // }
See src/Hazzard/Cookie/CookieJar.php for the full list of methods.
src/Hazzard/Cookie/CookieJar.php