ddvzwzjm / xmlseclibs
XmlSecLibs (latest fork of original repo)
0.1.1
2015-05-20 15:11 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.5
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2024-10-10 07:40:04 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