ddvzwzjm / xmlseclibs
XmlSecLibs (latest fork of original repo)
Installs: 6 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 186
pkg:composer/ddvzwzjm/xmlseclibs
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.5
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2025-10-10 09:49:56 UTC
README
XMLSecLibs
Based on robrichards/xmlseclibs
Quote from source repo:
xmlseclibs is a library written in PHP for working with XML Encryption and Signatures.
xmlseclibs requires PHP version 5 or greater.
The author of xmlseclibs is Rob Richards.
xmlseclibs is being used in many different software, one of them is simpleSAMLphp.
Mailing List: https://groups.google.com/forum/#!forum/xmlseclibs
What's new?
- Only PHP 5.3+, no 5.0 legacy
- PSR-0 compatible
- Stable Composer package available
composer require ddvzwzjm/xmlseclibs
- PHPUnit instead of ancient .phpt
- Travis CI and better Code Coverage (67% vs 53%)
- Examples (tbd)
- Docs (tbd)
PHPUnit Tests
To run tests
composer install --dev
vendor/bin/phpunit -c phpunit.xml.dist