Registry / crypto / ass-xmlsecurity

ass-xmlsecurity

JSON →
library1.1.1phppackagistunverified

The XmlSecurity library is written in PHP for working with XML Encryption and Signatures.

composer require ass/xmlsecurity
INSTALL
IMPORT
SIG · ASS-XMLSECURITY
A
ass-xmlsecurity
cryptophpv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XmlSecurity
use ASS\XmlSecurity\XmlSecurity;

Sign an XML document using a private key.

use ASS\XmlSecurity\XmlSecurity; $xmlSecurity = new XmlSecurity(); $signedXml = $xmlSecurity->sign($xmlDocument, $privateKey);
Debug
Known issues
breakingRequires the XML Security extension (xmlsec) to be installed.
fix
Install the xmlsec extension via your package manager or compile PHP with --with-xmlsec.
affects: >=1.0.0
Upgrade
Version history
1.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
ass-xmlsecurity — pip install ass-xmlsecurity · libregistry