ass / xmlsecurity
The XmlSecurity library is written in PHP for working with XML Encryption and Signatures
Installs: 5 139 798
Dependents: 32
Suggesters: 0
Security: 0
Stars: 94
Watchers: 6
Forks: 9
Open Issues: 0
Requires
- php: >=5.3.0
- ext-openssl: *
- lib-openssl: >=0.9.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
Suggests
- ext-mcrypt: *
This package is not auto-updated.
Last update: 2024-10-26 14:51:10 UTC
README
The XmlSecurity library is written in PHP for working with XML Encryption and Signatures.
#Installation:
You can install the library with composer.phar
. Create a composer.json
file:
{ "require": { "ass/xmlsecurity": "dev-master" } }
Now you are ready to install the library:
$ curl -sS https://getcomposer.org/installer | php && php composer.phar install
Origin:
Large portions of the library are derived from the xmlseclibs PHP library for XML Security. Copyright (c) 2007-2010, Robert Richards rrichards@cdatazone.org. All rights reserved.