pmaglione / lightsaml
Light SAML2 php library
1.0.9
2014-11-19 11:32 UTC
Requires
- php: >=5.3.3
- rnijveld/xmlseclibs: 1.3.1
- symfony/console: >=2.2
Requires (Dev)
- phpunit/phpunit: 4.1.*
README
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.
CREDIT
Thanks to all contributors and specially to SimpleSamlPHP open source which though hardly reusable helped us in start to understand better how SAML works and speed up the implementation.