simplesamlphp / simplesamlphp-module-memcachemonitor
A module that is able display usage statistics of a memcache(d) store
Installs: 5 842 203
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Type:simplesamlphp-module
Requires
- php: ^8.1
- simplesamlphp/assert: ~1.8.1
- simplesamlphp/composer-module-installer: ~1.4.0
- simplesamlphp/simplesamlphp: ~2.4.0
- symfony/http-foundation: ~6.4.0
Requires (Dev)
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, … ],