Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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