ddvzwzjm / xmlseclibs
XmlSecLibs (原始仓库的最新分支)
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-09-10 07:25:12 UTC
README
XMLSecLibs
源仓库引用
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
有什么新功能?
- 仅支持 PHP 5.3+,不支持 5.0 旧版本
- PSR-0 兼容
- 稳定 的 Composer 包可用
composer require ddvzwzjm/xmlseclibs
- 使用 PHPUnit 而不是古老的 .phpt
- Travis CI 和更好的代码覆盖率(67% 对 53%)
- 示例(待定)
- 文档(待定)
PHPUnit 测试
运行测试
composer install --dev
vendor/bin/phpunit -c phpunit.xml.dist