uuu9/signature

There is no license information available for the latest version (v1.0.1) of this package.

API Sign Server & Middleware for Lumen

v1.0.1 2022-09-28 10:06 UTC

This package is auto-updated.

Last update: 2025-02-28 15:30:54 UTC


README

#API SDK & Middleware for Lumen

##Installation

bootstrap.php

add:

$app->register(Uuu9\Signature\SignServiceProvider::class);

copy config file api_sign.php to system config path

edit api_sign.php

.ent.tp add:

## 接口地址配置[/config/service_api/endpoint]
ENDPOINT_API=null
ENDPOINT_GATEWAY=null

Done!

##Attention Please !