Libraries tagged by cookie session
dasprid/pikkuleipa
290 Downloads
PSR-7 JWT cookie handler
biurad/biurad-http
1367 Downloads
Http Galaxy: abstraction for HTTP request, response, and csp protection. Provides careful data sanitization and utility for URL and cookies manipulation.
bavix/content
88 Downloads
Content Library
websafe/zf-mod-language
23 Downloads
A ZF2 module which takes care of detecting an optimal and/or the requested locale for Your application's translator. The locale is computed/detected basing on values found in: Accept-Language header, cookie, session, query parameter and route parameter. Each detection method can be disabled/enabled via configuration.
markguinn/silverstripe-livepub
137 Downloads
Adds blocks of raw php to staticpublisher for limited 'live' elements (cookies, sessions, etc).
gencer/nelmio-symfony3
21 Downloads
Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...
exs/cam-tracking-bundle
7 Downloads
Bundle that saves URL tracking value (if there's any) to specified storage (cookie, session, cache)
chenm/websafe
23 Downloads
专为支持psr-4规范框架开发的web安全防御脚本,支持POST、GET、COOKIE、SESSION等方面的常见注入防御,后续会完善更多外部数据层面的漏洞防护和相关功能
vades/php-language
17 Downloads
PHP Language class - This class detects the language (from url, session, cookie and browser) and then sets a current one
symplely/http
417 Downloads
An simple PSR-7 Request/Response implementation, with Cookie, and Session management/middleware.
mvo/contao-xdebug
88 Downloads
Strips the XDEBUG_SESSION cookie from the request.
lawrence72/flightbag
98 Downloads
Toolkit for Flight PHP - Sanitize input,basic cookie and session wrapper
jeyroik/extas-protocol-http
237 Downloads
Session, cookie protocols for the Extas
drips/http
994 Downloads
Objektorientierte Zugriffmöglichkeiten auf HTTP-Komponenten (Session, Cookie, Get, Post, usw.)
boubacamara/ganega-http
9 Downloads
Provides simple and intuitive classes for handling HTTP requests and responses in PHP applications. The Request class encapsulates HTTP request data, making it easy to manage and access parameters, body, session, cookies, and server information. The Response class simplifies the creation and management of HTTP responses, allowing you to set content, status codes, and headers effortlessly.