openconext/saml-value-object

Set of value objects for usage with SAML2

3.0.0 2025-09-16 09:01 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