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

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

GitHub release Software License Run tests Coverage Status Scrutinizer Packagist Version

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.