haowenzou / uuu9-signature by haowenzou

API Sign Server & Middleware for Lumen
20
0
1
Package Data
Maintainer Username: haowenzou
Maintainer Contact: 980334125@qq.com (zhw)
Package Create Date: 2022-09-28
Package Last Update: 2022-09-28
Language: PHP
License: Unknown
Last Refreshed: 2024-04-29 03:00:04
Package Statistics
Total Downloads: 20
Monthly Downloads: 16
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

uuu9-signature

#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 !