Releases: TheNorthMemory/easyalipay
Releases · TheNorthMemory/easyalipay
v0.3.4
08 Jan 09:41
Compare
Sorry, something went wrong.
No results found
使用chr代替sprintf,性能提高了一点点;
支持以json作为关键字,来描述biz_content数据结构;
v0.3.3
06 Nov 00:25
Compare
Sorry, something went wrong.
No results found
优化Rsa::parse代码逻辑,去除is_resource/is_object检测;
调整Rsa::from[Pkcs8|Pkcs1|Spki]加载语法糖实现,以Rsa::from为统一入口;
v0.3.2
03 Nov 09:45
Compare
Sorry, something went wrong.
No results found
新增phpstan/phpstan:^1.0支持;
优化代码,消除函数内部不安全的Unsafe call to private|protected method|property ... through static::调用隐患;
优化Makefile生成大数逻辑,贴近真实序列号情况;
v0.3.1
17 Oct 04:32
Compare
Sorry, something went wrong.
No results found
v0.2.0
20 Aug 11:28
Compare
Sorry, something went wrong.
No results found
新增\EasyAlipay\Helpers类,以支持公钥证书模式使用;
新增\EasyAlipay\Crypto\Rsa::pkcs1ToSpki转换函数,以支持加载PKCS#1格式的RSA公钥;
新增\EasyAlipay\ClientDecoratorInterface::getClient接口函数,支持获取客户端实例;
新增测试用例覆盖PHP7.2/7.3/7.4/8.0+Linux/macOS/Windows运行时;
新增Makefile模拟工具,RSA私钥、RSA公钥、X509证书相关测试配套组件,由模拟工具生产;
详情参阅变更历史 。
v0.1.0
14 Aug 06:47
Compare
Sorry, something went wrong.
No results found
[A]Sync Chainable Alipay OpenAPI SDK for PHP.