kastela-sdp/kastela-sdk-php
最新稳定版本:v0.6.3
Composer 安装命令:
composer require kastela-sdp/kastela-sdk-php
包简介
Kastela SDK for PHP
README 文档
README
Related Link
Installation
Add to composer.json
{
"require": {
...
"kastela-sdp/kastela-sdk-php": "0.6.2"
}
}
run
php composher update
Usage Example
Credential is required when using the SDK, download it on the entities page.
$kastelaClient = new Client("server.url", "ca/path.crt", "client/credential/path.crt", "client/credential/path.key", ); // decrypt data with id 1,2,3,4,5 $data = $kastelaClient->protection_open(new ProtectionOpenInput("id", ["token1", "token2"]));
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-11