lightsaml / lightsaml
This package is abandoned and no longer maintained.
The author suggests using the litesaml/lightsaml package instead.
Light SAML 2.0 PHP library
2.3.5
2022-05-29 12:39 UTC
Requires
- php: >=7.2.5
- pou/event-dispatcher: ~5.0|~6.0
- pouet/xmlseclibs: ~3.0.0
- symfony/http-foundation: ~5.0|~6.0
Requires (Dev)
- monolog/monolog: ^2.0.0
- phpunit/phpunit: ~8.4|~9.5
- pimple/pimple: ~3.0
- squizlabs/php_codesniffer: ^3.6
- symfony/css-selector: ~5.0
- symfony/dom-crawler: ~5.0
This package is not auto-updated.
Last update: 2022-05-29 12:39:52 UTC
README
⚠️ This library is no longer in active development. ⚠️
We recommend you to use our new repository litesaml/lightsaml.
The code base don't change, you juste have to update your composer.json
like this :
"require": { - "lightsaml/lightsaml": "~2.3.4", + "litesaml/lightsaml": "~3.0.0", },
SAML 2.0 PHP Library
LightSaml 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.
DOCUMENTATION
CONTRIBUTING
LightSaml is an open source project and is open for contributions.