Libraries tagged by user sessions
mferly/session-parser
5 Downloads
Use this to iterate through active session files within the defined PHP sessions folder found in php.ini to look for authenticated sessions.
swinburne/laravel-session-started-event
9341 Downloads
Fires an event when a session is started in Laravel for use in service providers
fastpress/session
66 Downloads
A robust and flexible session management library for PHP, optimized for use with the Fastpress framework. Provides secure handling of session data with an easy-to-use interface.
delfimov/session
137 Downloads
Easy to use library for managing PHP built-in sessions
rawphp/raw-session
320 Downloads
RawSession provides application session service, including flash messages and is used by RawPHP framework and other applications.
pno/session
13 Downloads
Simple HTTP Requests Adapted from Symfony HttpFoundation Component - I use for Wordpress
hearstuk/zf1-component-session
33 Downloads
The Zend_Session component from Zend Framework 1.12 abstracted out for use with composer.
flowaxy/session
6 Downloads
Lightweight PHP library for managing sessions with a simple API. Ideal for use in CMS Flowaxy, landing pages, and any modern PHP web projects.
mirzaev/yii2-sessions-arangodb
0 Downloads
Module with yii\web\DbSession implementation for use with ArangoDB
shirerom/sessionclass
89 Downloads
A simple and easy to use session manager
alejoluc/lazysession
34 Downloads
Package to use sessions without having to call session_start(). It will not call session_start() unless the request uses sessions.
samcrosoft/multi-auth
15 Downloads
A laravel package that allows for use of multiple sessions in a laravel project, it allows for multiple simultaneous logins
vaibhavpandeyvpz/phlash
59 Downloads
Package for flashing data now or later (in next request) for use in any micro/full-stack framework.
flowaxy/cookie
6 Downloads
Lightweight PHP library for working with HTTP cookies. Ideal for use in CMS Flowaxy, landing pages, and any web projects.
doowebdev/doo-csrf
7224 Downloads
Doo csrf is a simple, easy to use random token generator for PHP Scripts to prevent csrf - cross site request forgery.