Download the PHP package photon/session-memcached without Composer
On this page you can find all versions of the php package photon/session-memcached. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download photon/session-memcached
More information about photon/session-memcached
Files in photon/session-memcached
Download photon/session-memcached
More information about photon/session-memcached
Files in photon/session-memcached
Vendor photon
Package session-memcached
Short Description Memcached session backend.
License LGPL-2.1
Homepage http://www.photon-project.com/
Package session-memcached
Short Description Memcached session backend.
License LGPL-2.1
Homepage http://www.photon-project.com/
Please rate this library. Is it a good library?
Informations about the package session-memcached
session-memcached
Memcached backend for session storage
Quick start
1) Add the module in your project
composer require "photon/session-memcached:dev-master"
or for a specific version
composer require "photon/session-memcached:1.0.0"
2) Define a MongoDB connection in your project configuration
'databases' => array(
'session-db' => array(
'engine' => '\photon\db\Memcached',
'host' => array('localhost:11211'),
'id' => 'myapp',
),
),
3) Define the session storage backend in your project configuration, and some others session parameters
'session_storage' => '\photon\session\storage\Memcached',
'session_cookie_domain' => 'www.example.com',
'session_cookie_path' => '/',
'session_timeout' => 4 * 3600,
4) Define the configuration of the MongoDB Session module in your project configuration
'session_memcached' => array(
'database' => 'session-db',
),
5) Enjoy !
All versions of session-memcached with dependencies
PHP Build Version
Package Version
The package photon/session-memcached contains the following files
Loading the files please wait ....