adapik/cms
Composer 安装命令:
composer require adapik/cms
包简介
A PHP Library that allows you to decode ASN.1 CMS using Basic Encoding Rules (BER).
README 文档
README
A PHP Library that allows you to decode ASN.1 CMS using Basic Encoding Rules (BER)
Install
composer require adapik/cms
About
This package allow to convert common cryptographic structures from binary ASN.1 format to PHP Objects.
- CMS (according to RFC3852)
- CAdES (according to RFC5126)
- x.509 Certificates, CRLs (according to RFC 5280)
- etc.
This is a pure PHP library and does not require any cryptographic extensions (like ext-openssl) to be installed.
You can find examples, how to use this library here
How to extend
You can create your own Map (see examples under Adapik\CMS\Maps namespace) and Object (see examples under Adapik\CMS
namespace) and decode any ASN.1 structure.
What this package is not
It's not a tool to create or validate CMS or CAdES, but you can build your own tool, using objects from this library.
统计信息
- 总下载量: 8.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-13