xnxktech/laravel-evidence

Provide eSign evidence API for Laravel
5,433 1
Install
composer require xnxktech/laravel-evidence
Latest Version:v1.2.3
PHP:^8.0
License:Apache-2.0
Last Updated:Apr 3, 2023
Links: GitHub  ·  Packagist
Maintainer: teakowa

laravel-evidence

Tests PHP from Packagist Packagist Version GitHub release (latest by date) GitHub last commit (branch) GitHub Release Date LICENSE LICENSE 996.icu

Installation

$ composer require xnxktech/laravel-evidence

Configuration

generate config file

$ php artisan vendor:publish --provider="XNXK\LaravelEvidence\ServiceProvider"

Document

https://open.esign.cn/doc/detail?id=opendoc%2Fevidence%2Fmourn5&namespace=opendoc%2Fevidence

Usage

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();

License

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).

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444