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
- Host: GitHub
- URL: https://github.com/lightsaml/lightsaml
- Owner: lightSAML
- License: mit
- Created: 2015-09-28T06:05:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T10:44:04.000Z (over 2 years ago)
- Last Synced: 2024-05-17T05:01:54.131Z (over 1 year ago)
- Topics: php, saml2
- Language: PHP
- Homepage: https://www.lightsaml.com/LightSAML-Core/
- Size: 4.68 MB
- Stars: 174
- Watchers: 12
- Forks: 100
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
====================
[](https://github.com/lightSAML/lightSAML)
[](LICENSE)
[](https://github.com/lightSAML/lightSAML/actions/workflows/run_tests.yml)
[](https://coveralls.io/github/lightSAML/lightSAML?branch=master)
[](https://scrutinizer-ci.com/g/lightSAML/lightSAML/?branch=master)
[](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.