simplesamlphp / simplesamlphp-module-memcachemonitor
A module that is able display usage statistics of a memcache(d) store
Package info
github.com/simplesamlphp/simplesamlphp-module-memcachemonitor
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-memcachemonitor
v1.2.0
2026-03-03 20:14 UTC
Requires
- php: ^8.3
- ext-memcached: *
- simplesamlphp/assert: ~2.0
- simplesamlphp/composer-module-installer: ~1.7
- simplesamlphp/simplesamlphp: ~2.5@dev
- symfony/http-foundation: ~7.4
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-09 12:11:27 UTC
README
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, … ],