Download the PHP package geekjob/expressjs-php-session-handler without Composer
On this page you can find all versions of the php package geekjob/expressjs-php-session-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download geekjob/expressjs-php-session-handler
More information about geekjob/expressjs-php-session-handler
Files in geekjob/expressjs-php-session-handler
Download geekjob/expressjs-php-session-handler
More information about geekjob/expressjs-php-session-handler
Files in geekjob/expressjs-php-session-handler
Vendor geekjob
Package expressjs-php-session-handler
Short Description Session handler compatible with Node.js express-session handler
License MIT
Package expressjs-php-session-handler
Short Description Session handler compatible with Node.js express-session handler
License MIT
Please rate this library. Is it a good library?
Informations about the package expressjs-php-session-handler
PHP implementation of Node.js Express Session Handler
This library is meant to work as a Session Handler for PHP that is compatible with express-session.
This library writed for SOA (Service-oriented architecture) projects for sharing session between a Node.js application and services writed on PHP.
Requirements
- PHP:
8.1
or greater - phpredis
- php_serialize Standart PHP Serialize Handler.
This library now created for using express-session with the connect-redis Session Store as common session store.
Installation
Install Redis
You can install it using pecl install redis
In Docker file:
Composer
Just run to get the package from packagist.org:
Setup and Usage
Configure Node.js application
Configure runtime
or use list like way for config
Configure for production server via php.ini file
TODO
- MongodDB support
- Dragonfly support
- Unit tests :)
All versions of expressjs-php-session-handler with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package geekjob/expressjs-php-session-handler contains the following files
Loading the files please wait ....