taiwanleaftea/cecahmac
最新稳定版本:1.0.3
Composer 安装命令:
composer require taiwanleaftea/cecahmac
包简介
Implementation of the new encryption algorithm for CECABANK payment gateway
README 文档
README
Implementation of the new encryption algorithm for CECABANK payment gateway
Installation
Run the following commands from your terminal:
composer require taiwanleaftea/cecahmac
Usage
use TLT\Cecahmac\Hmac; // Create request to sign $signature = 'request, as described in the documentation'; // Create encryptor $encryptor = new Hmac(32bytes_encryption_key_from_bank_config); // Sign the request. The signature is in base64 and ready to POST $firma = $hmac->makeSignature($signature, operation_number);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-05