appsfly/devkit-phputils
Composer 安装命令:
composer require appsfly/devkit-phputils
包简介
This library contains resources to help communicate with appsfly.io execution server. For all communications with execution server, your application should be registered and a secret key needs to be generated. Please contact integrations@appsfly.io for your credientials. http://www.appsfly.io
README 文档
README
This library contains resources to help communicate with appsfly.io execution server. For all communications with execution server, your application should be registered and a secret key needs to be generated.
Please contact integrations@appsfly.io for your credientials.
Get Started
Application Params
| Key | Description |
|---|---|
| SECRET_KEY | Secret Key is required for encryption. Secret Key should be generated on the Appsfly publisher dashboard |
| APP_KEY | Application key to identify the publisher instance |
| EXECUTOR_URL | Url to reach appsfly.io Microservices |
NOTE: Above params are needed for checksum generation. Please refer to the methods mention below.
Micro Module Params
| Key | Description |
|---|---|
| MODULE_HANDLE | Each micromodule of a service provider is identified by MODULE_HANDLE |
| UUID | UniqueID to identify user session |
Intent Params
| Key | Description |
|---|---|
| INTENT | Intent is like an endpoint you are accessing to send messages |
| PAYLOAD | Data payload |
Integration options
Option 1: SDK
The SDK can be included to handle authorization. There is no need for you to handle checksum generation and verification.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-23