aerialship / lightsaml
Light SAML2 php library
Installs: 144 718
Dependents: 1
Suggesters: 0
Security: 0
Stars: 40
Watchers: 9
Forks: 31
Open Issues: 0
Requires
- php: >=5.3.3
- rnijveld/xmlseclibs: 1.3.1
- symfony/console: >=2.2
Requires (Dev)
- phpunit/phpunit: 4.1.*
This package is not auto-updated.
Last update: 2019-02-20 17:38:27 UTC
README
NEW VERSION
New version of this library is in own organization: lightsaml/lightsaml. Details can be found at LightSAML website.
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.