simplesamlphp / simplesamlphp-module-exampleattributeserver
An example for SAML attributes queries
Package info
github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver
Type:simplesamlphp-module
pkg:composer/simplesamlphp/simplesamlphp-module-exampleattributeserver
v1.2.0
2026-03-08 22:59 UTC
Requires
- php: ^8.3
- nyholm/psr7: ~1.8.2
- simplesamlphp/assert: ~2.0
- simplesamlphp/saml2: ~6.1
- simplesamlphp/simplesamlphp: ~2.5@dev
- simplesamlphp/xml-common: ~2.7
- simplesamlphp/xml-security: ~2.3
- symfony/http-foundation: ~7.4
Requires (Dev)
- beste/clock: ~3.0
- mockery/mockery: ~1.6
- simplesamlphp/simplesamlphp-test-framework: ~1.11
This package is auto-updated.
Last update: 2026-03-08 23:10:31 UTC
README
Install
Install with composer
vendor/bin/composer require simplesamlphp/simplesamlphp-module-exampleattributeserver
Configuration
Next thing you need to do is to enable the module:
in config.php, search for the module.enable key and set exampleattributeserver to true:
'module.enable' => [ 'exampleattributeserver' => true, … ],