fr3d / xmldsig
Tool for easy management of XML Signatures (http://www.w3.org/TR/xmldsig-core/)
Installs: 130 144
Dependents: 1
Suggesters: 0
Security: 0
Stars: 65
Watchers: 10
Forks: 32
Open Issues: 1
Requires
- php: >= 7.0
- ext-dom: *
- ext-soap: *
- robrichards/xmlseclibs: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^6.0
- sensiolabs/security-checker: ^5.0
README
This repository offers an easy interface to manipulate XML Digital Signatures based in PHP Language.
Features
-
Sign XML data (
DOMDocument
) -
Sign SOAP Requests
Documentation
-
See
src/Adapter/AdapterInterface.php
for sign methods. -
Use
src/Soap/SoapClient.php
for send signed SOAP Requests.
License
Code licensed under BSD 2 clauses terms & conditions.
See LICENSE.txt for more information.