ass/xmlsecurity
最新稳定版本:v1.1.1
Composer 安装命令:
composer require ass/xmlsecurity
包简介
The XmlSecurity library is written in PHP for working with XML Encryption and Signatures
README 文档
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.
统计信息
- 总下载量: 5.5M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 96
- 点击次数: 1
- 依赖项目数: 32
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2012-11-24