Libraries tagged by PHP Session Manager
itpathsolutions/redisinfo
8 Downloads
Redis Information
bebbolus/elsrepositorytrait
60 Downloads
PHP trait to manage the Laravel Entity on ElasticSearch via Elastiquent
kattsoftware/firesessions
384 Downloads
PHP Sessions management library
danack/asm
111 Downloads
A userland replacement for PHP's session management.
alaureati-enerds/sessioneer
12 Downloads
Simplified PHP session management
hexmakina/state-agent
82 Downloads
StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters
hexmakina/smith
139 Downloads
StateAgent Smith manages PHP Session: user messages, current operator, cookies & search filters
rogerthomas84/ohsession
21 Downloads
OhSession is a session management library for PHP
victory7/ezsession
9 Downloads
ezsession is a versatile PHP session handler designed to provide seamless session management by combining the strengths of relational databases (MySQL), key-value stores (Redis), and JWT tokens. It offers developers flexible, secure, and scalable session storage, making it ideal for applications requiring high-performance, distributed, and stateless authentication systems. With ezsession, you can customize your session storage strategy to suit a variety of use cases while ensuring enhanced security and simplified management.
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.
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.
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.