simplesamlphp/simplesamlphp-module-memcachemonitor

A module that is able display usage statistics of a memcache(d) store

Maintainers

Package info

github.com/simplesamlphp/simplesamlphp-module-memcachemonitor

Issues

Type:simplesamlphp-module

pkg:composer/simplesamlphp/simplesamlphp-module-memcachemonitor

Statistics

Installs: 6 280 363

Dependents: 1

Suggesters: 0

Stars: 3

v1.2.0 2026-03-03 20:14 UTC

README

Build Status Coverage Status Scrutinizer Code Quality Type Coverage Psalm Level

Install

Install with composer

vendor/bin/composer require simplesamlphp/simplesamlphp-module-memcacheMonitor

Configuration

Next thing you need to do is to enable the module:

in config.php, search for the module.enable key and set memcacheMonitor to true:

'module.enable' => [ 'memcacheMonitor' => true, … ],