libriciel/lshorodatage-api-wrapper
最新稳定版本:1.0.3
Composer 安装命令:
composer require libriciel/lshorodatage-api-wrapper
包简介
Wrapper service lshorodatage
README 文档
README
Wrapper php de l'api de lshorodatage.
Prérequis
php >= 7.2
Installation
composer require libriciel/lshorodatage-api-wrapper
Initialisation
$lshorodatage = new Lshorodatage();
$lshorodatage->setUrl("http://lshorodatage:3000");
Verification de la connexion
$lshorodatage->ping();
Générer le token de timestamp d'un fichier
$lshorodatage->createTimestampToken("FILE/PATH");
Lire un token
$lshorodatage->readTimestampToken("FILE_TOKEN/PATH");
Vérifier la validité du token pour un fichier
$lshorodatage->verifyTimestampToken("FILE/PATH", "FILE_TOKEN/PATH");
Générer un timestamp via un service rgs
$lshorodatage->createRgsTimestampToken("FILE/PATH");
统计信息
- 总下载量: 5.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-02-12