psr7-cookies icon indicating copy to clipboard operation
psr7-cookies copied to clipboard

🍪 bakes cookies for PSR-7 messages

Results 3 psr7-cookies issues
Sort by recently updated
recently updated
newest added

Currently it's kind of a PITA to set custom properties for cookies... e.g. you want to set a normal cookie with SameSite specified (or maybe combined with a expires in)...

help wanted

Hey, this PR trims the whitespace from input values and explicitly checks against an empty string `''` so that falsey values may pass - the [`empty()`](https://www.php.net/manual/en/function.empty) check here would fail...