Registry / utility / delight-im-cookie

delight-im-cookie

JSON →
library3.4.0phppackagistunverified

Modern cookie management for PHP with secure defaults and easy API.

composer require delight-im/cookie
INSTALL
IMPORT
SIG · DELIGHT-IM-COOKIE
D
delight-im-cookie
utilityphpv3.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cookie
use Delight\Cookie\Cookie;

Create and save a cookie with secure defaults.

<?php require 'vendor/autoload.php'; use Delight\Cookie\Cookie; $cookie = new Cookie('session'); $cookie->setValue('abc123'); $cookie->save(); echo $cookie->getValue();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
delight-im-cookie — pip install delight-im-cookie · libregistry