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: 6 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T00:24:26.000Z (9 months ago)
- Last Synced: 2025-04-06T08:01:42.284Z (6 months ago)
- Topics: ws-federation, ws-security, ws-trust
- Language: PHP
- Homepage:
- Size: 1.34 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

[](https://scrutinizer-ci.com/g/simplesamlphp/ws-security/?branch=master)
[](https://codecov.io/gh/simplesamlphp/ws-security)
[](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
```