Libraries tagged by php session
jturbide/vhost
20 Downloads
A command-line tool built with Symfony Console that automatically generates Apache and Nginx virtual host configurations from YAML definitions, updates system hosts files, restarts web servers, and manages PHP caches (OPCache, APCu, sessions). Supports both Linux and Windows environments.
fatkulnurk/cookies
1 Downloads
PHP library for handling sessions
rogerthomas84/ohsession
21 Downloads
OhSession is a session management library for PHP
wolfhowlmedia/nanocore
6 Downloads
Nanocore is a micro PHP framework that sports DBAL, routing, session controller as well as simple templating.
meyersm/simple-datastore
21 Downloads
A PHP library to store objects between sessions using only the local file system
lawrence72/flightbag
98 Downloads
Toolkit for Flight PHP - Sanitize input,basic cookie and session wrapper
quasarstream/sdp
596 Downloads
A PHP library for parsing and generating SDP (Session Description Protocol).
hackthissite/ostiaryclient
29 Downloads
PHP client library for the HackThisSite Ostiary session token manager
weijiajia/saloonphp-header-synchronize-plugin
16 Downloads
A Saloon PHP plugin for synchronizing headers between requests to maintain session state and authentication
sukohi/warp
35 Downloads
A PHP package mainly developed for Laravel to remember URLs to redirect through session.
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.
mouf/utils.i18n.fine.language-detection
17692 Downloads
Language detection is a PHP internationalisation package, it depends of translation-interface. This package contain many class to return a language select for internationalisation. It's could be with : Browser detection, fix language, data set in session, a link between domain name and language or a cascading of many solutions. The language can be used to translate message in fin or whatever.
markguinn/silverstripe-livepub
137 Downloads
Adds blocks of raw php to staticpublisher for limited 'live' elements (cookies, sessions, etc).
marcuwynu23/narciso
6 Downloads
'Narciso' is a web library built on top of native PHP, designed to provide developers with a set of tools and functionalities to simplify and enhance web development tasks. It aims to streamline common web development processes such as handling HTTP requests, managing sessions, accessing databases, and generating dynamic content.
laxo/authecticate-system
8 Downloads
The PHP JWT Authorization Class provides a straightforward way to manage user authentication and authorization using JSON Web Tokens (JWT). This class is designed to handle token generation, validation, and user session management seamlessly, ensuring secure and efficient authentication for your application.