simplesamlphp / simplesamlphp-module-metaedit
A SimpleSAMLphp module for metadata editing and registration.
Package info
github.com/simplesamlphp/simplesamlphp-module-metaedit
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-metaedit
v2.2.1
2025-06-02 17:14 UTC
Requires
- php: ^8.1
- simplesamlphp/saml2: ^5.0
- simplesamlphp/simplesamlphp: ^2.4
- simplesamlphp/simplesamlphp-assets-jquery: ^2.4
- symfony/http-foundation: ^6.4
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-06 18:22:39 UTC
README
Metaedit module
This module provides a web interface for very basic metadata editing and registration.
Install
Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:
vendor/bin/composer require simplesamlphp/simplesamlphp-module-metaedit
Configuration
Next thing you need to do is to enable the module: in config.php,
search for the module.enable key and set metaedit to true:
'module.enable' => [ 'metaedit' => true, … ],