litesaml / lightsaml
SAML 2.0 PHP library
Installs: 2 504 586
Dependents: 16
Suggesters: 0
Security: 0
Stars: 88
Watchers: 6
Forks: 28
Open Issues: 12
Requires
- php: ^8.1
- litesaml/schemas: ^3.0
- psr/event-dispatcher: ^1.0
- psr/log: ^3.0
- robrichards/xmlseclibs: ^3.0
- symfony/http-foundation: ^6.0|^7.0
Requires (Dev)
- mockery/mockery: ^1.4.4
- php-cs-fixer/shim: ^3.70
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^10.1
- pimple/pimple: ~3.0
- rector/rector: ^1.2.2
- dev-master
- 5.x-dev
- 4.x-dev
- 4.5.0
- 4.4.0
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.2
- 4.2.1
- 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-refactor/remove-pimple-deps
- dev-style/replace-linter
- dev-remove-request-dependency
This package is auto-updated.
Last update: 2025-02-28 07:37:21 UTC
README
Lite 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
This package requires php:^8.1
You can install it via composer:
composer require litesaml/lightsaml
Documentation
You can find our Cookbook in this dedicated website.
Contributing
Lite Saml is an open source project under MIT License and is open for contributions.