ddvzwzjm/xmlseclibs

XmlSecLibs (原始仓库的最新分支)

0.1.1 2015-05-20 15:11 UTC

This package is auto-updated.

Last update: 2024-09-10 07:25:12 UTC


README

Build Status Coverage Status Latest Stable Version

XMLSecLibs

基于 robrichards/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

有什么新功能?

  1. 仅支持 PHP 5.3+,不支持 5.0 旧版本
  2. PSR-0 兼容
  3. 稳定 的 Composer 包可用 composer require ddvzwzjm/xmlseclibs
  4. 使用 PHPUnit 而不是古老的 .phpt
  5. Travis CI 和更好的代码覆盖率(67% 对 53%)
  6. 示例(待定)
  7. 文档(待定)

PHPUnit 测试

运行测试

composer install --dev
vendor/bin/phpunit -c phpunit.xml.dist