ass/xmlsecurity

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

Maintainers

👁 aschamberger

Package info

github.com/aschamberger/XmlSecurity

pkg:composer/ass/xmlsecurity

Statistics

Installs: 5 663 037

Dependents: 33

Suggesters: 0

Stars: 95

Open Issues: 0

v1.1.1 2015-05-31 10:10 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause c8976519ebbf6e4d953cd781d09df44b7f65fbb8

  • Robert Richards <rrichards.woop@cdatazone.org>
  • Andreas Schamberger <mail.woop@andreass.net>

xmlsecurityencryptionsignature

This package is not auto-updated.

Last update: 2026-06-06 22:55:42 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.