Libraries tagged by cookie session
bavix/content
90 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
25 Downloads
专为支持psr-4规范框架开发的web安全防御脚本,支持POST、GET、COOKIE、SESSION等方面的常见注入防御,后续会完善更多外部数据层面的漏洞防护和相关功能
vxsilisk/pulsarx
7 Downloads
Browser-impersonating HTTP client for PHP — like curl_cffi/requests, but native. 32 TLS fingerprints, Sec-Fetch/Referer stealth, async (curl_multi), session cookies & multipart. Zero dependencies.
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
419 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
100 Downloads
Toolkit for Flight PHP - Sanitize input,basic cookie and session wrapper
jeyroik/extas-protocol-http
260 Downloads
Session, cookie protocols for the Extas
drips/http
998 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.
balambasik/input
162 Downloads
Small and convenient library for working with superglobal or regular arrays. Such as $_GET, $_POST, $_REQUEST, $_COOKIE, $_SESSION, $_SERVER. Supports nested keys: $_POST['foo']['bar']['baz'] ==> Input::post('foo.bar.baz')