robrichards / wse-php
Libraries for adding WS-* support to ext/soap in PHP.
3.0.0
2026-08-22 11:49 UTC
Requires
- php: >= 8.1
- robrichards/xmlseclibs: ^4.0
This package is auto-updated.
Last update: 2026-08-22 11:49:59 UTC
README
Libraries for adding WS-* support to ext/soap in PHP.
Currently provides support for employing WS-Security and WS-Addressing when using the native PHP SOAP extension.
The WS-Security library also requires the use of the xmlseclibs library which supports XML-DSIG and XMLENC.
Branches
Only the master branch is actively maintained.
- master: Contains namespace support requiring 8.1+.
- 2.0: PHP support requiring 5.3+. No longer maintained