simplesamlphp / ws-security
WS-Security PHP库
v1.5.0
2024-09-16 11:30 UTC
Requires
- php: ^8.1
- ext-dom: *
- ext-spl: *
- simplesamlphp/assert: ^1.0
- simplesamlphp/saml2: ^5@dev
- simplesamlphp/xml-common: ^1.16
- simplesamlphp/xml-security: ^1.7
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-16 11:31:14 UTC
README
一个用于WS-Security相关功能的PHP库。
使用前请注意
除非您对WS-Security规范非常熟悉,否则请不要使用此库。
如果您不熟悉WS-Security规范,只是想使用WS-Security连接您的应用程序,您可能应该使用SimpleSAMLphp,特别是adfs-module。
用法
- 使用Composer安装,在您的项目中运行以下命令
composer require simplesamlphp/ws-security:dev-master