openconext / saml-value-object
Set of value objects for usage with SAML2
Installs: 42 415
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Open Issues: 0
Requires
- php: >=8.2
- beberlei/assert: ^3.3.3
Requires (Dev)
- ergebnis/composer-normalize: ^2.48.2
- overtrue/phplint: ^9.6.2
- phpmd/phpmd: ^2.15
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpstan/phpstan-phpunit: ^2.0.7
- phpstan/phpstan-strict-rules: ^2.0.6
- phpunit/phpunit: ^11.5.39
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2025-09-16 09:08:12 UTC
README
A set of value objects to be used within the SAML2 domain.
Installation
composer require openconext/saml-value-object
Local development (Docker)
A simple Compose file (compose.yaml) is provided with a single php (PHP 8.2 CLI) service.
Start container
docker compose up -d
Open a shell
docker compose exec php bash
Install dependencies
composer install
Run full quality check suite
Equivalent to CI:
composer check
Releases
- 3.0 - Improved PHP 8.2 support and replaced abandoned dev tooling. Drop support for PHP 7.
- 2.0 - Basic php 8.2 support
- 1.0 - Initial release
License
See the LICENSE file