litesaml / lightsaml
SAML 2.0 PHP library
Installs: 1 969 183
Dependents: 15
Suggesters: 0
Security: 0
Stars: 82
Watchers: 6
Forks: 23
Open Issues: 26
Requires
- php: >=7.4
- psr/event-dispatcher: ^1.0
- robrichards/xmlseclibs: ~2.0|~3.0|~4.0
- symfony/http-foundation: ~5.0|~6.0|~7.0
Requires (Dev)
- litesaml/schemas: ~1.0.0
- marcocesarato/php-conventional-changelog: ^1.15
- monolog/monolog: ^2.0|^3.0
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ~8.4|~9.5
- pimple/pimple: ~3.0
- squizlabs/php_codesniffer: ^3.6
- symfony/css-selector: ~5.0|~6.0|~7.0
- symfony/dom-crawler: ~5.0|~6.0|~7.0
- dev-master
- v4.2.0
- v4.1.6
- v4.1.5
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- 4.0.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- v2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta.1
- 0.1.0
- dev-remove-request-dependency
This package is auto-updated.
Last update: 2024-10-08 13:33:12 UTC
README
Light Saml Implements basic SAML 2.0 data model classes, serialization/deserialization to/from xml with XML security and certificates support, and message encapsulations to bindings. Covered with unit tests.
Installation
You can install it via composer:
composer require litesaml/lightsaml
Documentation
You can find our Cookbook in this dedicated website.
Contributing
Light Saml is an open source project under MIT License and is open for contributions.