simplesamlphp / ws-security
This package is abandoned and no longer maintained.
No replacement package was suggested.
WS-Security PHP library
Package info
github.com/simplesamlphp/ws-security
Type:simplesamlphp-xmlprovider
pkg:composer/simplesamlphp/ws-security
v1.9.1
2025-12-08 14:02 UTC
Requires
- php: ^8.1
- ext-dom: *
- ext-spl: *
- simplesamlphp/assert: ~1.8.1
- simplesamlphp/saml2: ^5.0
- simplesamlphp/xml-common: ~1.25.0
- simplesamlphp/xml-security: ~1.13.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-01-23 16:15:38 UTC
README
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