dptsi/laravel-esign-bsre

此包的最新版本(v1.2.0)没有可用的许可证信息。

Laravel辅助包,用于从BSrE访问ITS Esign API

v1.2.0 2024-03-13 06:54 UTC

This package is auto-updated.

Last update: 2024-09-13 07:56:22 UTC


README

Laravel框架中访问ITS文件存储API的辅助包

要求

  1. PHP 7.4或更高版本
  2. Laravel版本 8

安装

使用Composer安装

composer require dptsi/laravel-esign-bsre

使用方法

@method static mixed cekStatusUser(string $nik)

@method static mixed sign(\Illuminate\Http\File|\Illuminate\Http\UploadedFile $file, string $nik, string $passphrase)

@method static mixed signVisibleWithSpesimen(\Illuminate\Http\File|\Illuminate\Http\UploadedFile $file, string $nik, string $passphrase, \Illuminate\Http\File|\Illuminate\Http\UploadedFile $image_ttd, int $page, int $x, int $y, int $width, int $height)

@method static mixed signVisibleWithQrCode(\Illuminate\Http\File|\Illuminate\Http\UploadedFile $file, string $nik, string $passphrase, string $link_qrcode, int $page, int $x, int $y, int $width, int $height)