superrb/memcached-handler

A handler for Memcached to use for Session handling and caching in Symfony

Installs: 165

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/superrb/memcached-handler

1.1.3 2019-06-03 15:35 UTC

This package is auto-updated.

Last update: 2025-10-04 20:39:03 UTC


README

A handler for Memcached to use for Session handling and caching in Symfony

Install the bundle

composer require superrb/memcached-handler

Create some environment variables

###> superrb/memcached-handler ###
MEMCACHED_HOST=127.0.0.1
MEMCACHED_PORT=11211
MEMCACHED_EXPIRE=14400
MEMCACHED_PREFIX=prefix_
###< superrb/memcached-handler ###

Storing sessions in Memcached

Add the following configuration to config/packages/framework.yaml

framework:
    session:
        handler_id: superrb_memcached_handler.session.handler.memcached

Other uses

You can use use the handler to create services for anything else you might want to store in Memcached

Issues and Troubleshooting

All issues: tech@superrb.com