Libraries tagged by samesite
pinga/cookie
386 Downloads
Modern cookie management for PHP
tomkirsch/samesite
11 Downloads
SameSite cookies for CI4
thephongit97/laravel-samesite-clients
2 Downloads
Some user agents are known to be incompatible with the `SameSite=None` attribute. This middleware will try to determine and overwrite the Cookie value.
skorp/laravel-samesite-incompatible-clients
36 Downloads
Some user agents are known to be incompatible with the `SameSite=None` attribute. This middleware will try to determine and overwrite the Cookie value.
crassula/detect-incompatible-samesite-useragents
5 Downloads
Determine if UserAgent is incompatible with SameSite=None
lerni/samesite-cookie-patch
1544 Downloads
SilverStripe 4.8 Composer installable patch to add SameSite Cookie - PR 9920 silverstripe/framework
rafaeldms/cookie
133 Downloads
A simple component way to work with Cookies
pinga/session-redis
10 Downloads
Modern session management for PHP
muglug/cookie
41159 Downloads
Modern cookie management for PHP 7
jairlopez/setcookie-compat
3 Downloads
A Compatibility library with PHP 7.4's setcookie API for projects requiring PHP >= 5.6
jairlopez/session-start-compat
9 Downloads
A Compatibility library with PHP 8.0.3's session_start API for projects requiring PHP >= 5.6
badcfe/partitioned-sessions
6 Downloads
ngearing/wp-user-purchase
4 Downloads
Check if user has purchased an item on same site or another
devua/salesteer-php-sdk
3498 Downloads
Salesteer PHP Library
williamheelis/restful-inputs
142 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)