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)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
LGPL-2.1-or-later 237e7f1e32c5780b2f3013611dea48ae9ba85712
- Tim van Dijen <tvdijen.woop@gmail.com>
This package is auto-updated.
Last update: 2026-01-23 16:15:38 UTC
README
👁 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
