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
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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 !