An open API service indexing awesome lists of open source software.

https://github.com/lightsaml/lightsaml

SAML 2.0 PHP Library
https://github.com/lightsaml/lightsaml

php saml2

Last synced: 9 months ago
JSON representation

SAML 2.0 PHP Library

Awesome Lists containing this project

README

          

### ⚠️ This library is no longer actively developed. ⚠️

We recommend our new repository [litesaml/lightsaml](https://github.com/litesaml/lightsaml).

No need to change your code just update `composer.json`.

```diff
"require": {
- "lightsaml/lightsaml": "~2.3.4",
+ "litesaml/lightsaml": "~3.0.0",
},
```

---

SAML 2.0 PHP Library
====================

[![GitHub release](https://img.shields.io/github/release/lightsaml/lightsaml.svg)](https://github.com/lightSAML/lightSAML)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Run tests](https://github.com/lightSAML/lightSAML/actions/workflows/run_tests.yml/badge.svg)](https://github.com/lightSAML/lightSAML/actions/workflows/run_tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/lightSAML/lightSAML/badge.svg?branch=master)](https://coveralls.io/github/lightSAML/lightSAML?branch=master)
[![Scrutinizer](https://scrutinizer-ci.com/g/lightSAML/lightSAML/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lightSAML/lightSAML/?branch=master)
[![Packagist Version](https://img.shields.io/packagist/v/lightsaml/lightsaml.svg?style=flat-square)](https://packagist.org/packages/lightsaml/lightsaml)

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
=============

* [Homepage](http://www.lightsaml.com/LightSAML-Core/)
* [Installation](http://www.lightsaml.com/LightSAML-Core/Installation/)
* [Cookbook](http://www.lightsaml.com/LightSAML-Core/Cookbook/)

CONTRIBUTING
============

LightSaml is an open source project and is open for contributions.