swiftcore-lib/php-jose
Composer 安装命令:
composer require swiftcore-lib/php-jose
包简介
Pure PHP implementation of JSON Object Signing and Encryption library.
README 文档
README
A high performance pure PHP implementation of Javascript Object Signing and Encryption (JOSE).
Refer to Wiki page for more information.
Installation
Preferrable way to install via Composer:
composer require swiftcore-lib/php-jose
Notice & Disclaimer
This library is stable now, all the methods are unit tested (100% codes are covered), It's not reaching major release version yet, API may change without prior notification.
Pull Request are welcome. Please use GitHub Issues for any issue / problem encoutered.
Roadmap
- v0.1 (September 2016):
- JWS fundamental
- JWS RSxxx (SHAxxx with RSA)
- v0.2 (September 2016):
- JWS HSxxx (HMAC SHAxxx)
- v0.3 (September 2016)
- JWS ESxxx (SHAxxx with ECDSA)
- v0.4 (October 2016)
- JWS PSxxx (SHAxxx with RSA and MGF1)
- v1.0 (October 2016)
- Full documentation of JWS
- v2.1 (December 2016):
- JWE Implementation
- And more...
Known Issue
mbstring.func_overloadmay resultstrlen()unexpected result
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-10