simplesamlphp / ws-security
WS-Security PHP library
Installs: 249
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:simplesamlphp-xmlprovider
Requires
- php: ^8.1
- ext-dom: *
- ext-spl: *
- simplesamlphp/assert: ^1.0
- simplesamlphp/composer-xmlprovider-installer: ~1.0.0
- simplesamlphp/saml2: ^5@dev
- simplesamlphp/xml-common: ^1.16
- simplesamlphp/xml-security: ^1.7
Requires (Dev)
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.1
- v1.6.0
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
- dev-refactor-trust
- dev-feature/newer-sp-xsd
- dev-feature/wsaw
- dev-feature/mssp
- dev-mex
- dev-ws-trust
- dev-ws-fed
- dev-ws-policy
- dev-master / 1.0.x-dev
This package is auto-updated.
Last update: 2024-10-18 19:17:28 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