Skip to content

simplesamlphp/ws-security

Repository files navigation

WS-Security PHP library

CI Scrutinizer Code Quality Coverage Status PHPStan Enabled

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 and, more specically, the adfs-module.

Usage

  • Install with Composer, run the following command in your project:
composer require simplesamlphp/ws-security:dev-master