uuu9 / signature
API Sign Server & Middleware for Lumen
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/uuu9/signature
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 !