Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplesamlphp/ws-security
Library for WS-Security related functionality
https://github.com/simplesamlphp/ws-security
ws-federation ws-security ws-trust
Last synced: 8 days ago
JSON representation
Library for WS-Security related functionality
- Host: GitHub
- URL: https://github.com/simplesamlphp/ws-security
- Owner: simplesamlphp
- License: lgpl-2.1
- Created: 2022-04-11T08:27:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T19:17:24.000Z (about 1 month ago)
- Last Synced: 2024-10-19T21:06:54.346Z (about 1 month ago)
- Topics: ws-federation, ws-security, ws-trust
- Language: PHP
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WS-Security PHP library
![CI](https://github.com/simplesamlphp/ws-security/actions/workflows/php.yml/badge.svg)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/simplesamlphp/ws-security/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/simplesamlphp/ws-security/?branch=master)
[![Coverage Status](https://codecov.io/gh/simplesamlphp/ws-security/branch/master/graph/badge.svg)](https://codecov.io/gh/simplesamlphp/ws-security)
[![PHPStan Enabled](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/simplesamlphp/ws-security)A PHP library for WS-Security related functionality.
## Before you use it
**DO NOT USE THIS LIBRARY UNLESS YOU ARE INTIMATELY FAMILIAR
WITH THE WS-SECURITY SPECIFICATION.**If you are not familiar with the WS-Security specification and are simply looking
to connect your application using WS-Security, you should probably use
[SimpleSAMLphp](https://www.simplesamlphp.org) and, more specically, the adfs-module.## Usage
* Install with [Composer](https://getcomposer.org/doc/00-intro.md),
run the following command in your project:```bash
composer require simplesamlphp/ws-security:dev-master
```