$ composer require xnxktech/laravel-evidence
generate config file
$ php artisan vendor:publish --provider="XNXK\LaravelEvidence\ServiceProvider"
https://open.esign.cn/doc/detail?id=opendoc%2Fevidence%2Fmourn5&namespace=opendoc%2Fevidence
The package will auto use environment variables, Put them in your .env as the following, obviously and respectively.
EVIDENCE_APPID=
EVIDENCE_SECRET=
EVIDENCE_SERVER=
ESIGN_SERVER=
Lastly, you can using Evidence class in controller use namespace top of that file
use XNXK\LaravelEvidence\Evidence;
$data = (new Evidence)->temp()->createBusiness();
or if you want a simple, you can use evidence function:
evidence()->temp()->createBusiness();
The code in this repository, unless otherwise noted, is under the terms of both the Anti 996 License and the Apache License (Version 2.0).