ridersagency/pulseclient
最新稳定版本:10.0.91
Composer 安装命令:
composer require ridersagency/pulseclient
包简介
A client library for interacting with the Riders Pulse API
README 文档
README
A client library for interacting with the Riders Pulse API.
Installation
You can install the library using Composer. Run the following command in your terminal:
composer require ridersagency/pulseclient
Usage
include ($_SERVER['DOCUMENT_ROOT'] . '/vendor/autoload.php'); use RidersAgency\PulseClient; // Create an instance of the PulseClient class $pulseClient = new PulseClient(); // Send the POST request using the Pulse class $response = $pulseClient->send('CLIENT_UUID', 'This is the test, just enjoy');
Replace 'CLIENT_UUID' with the actual client UUID you want to use.
Further Reading
For more information about the Riders Pulse API and its functionalities, please visit the Riders Pulse website.
Contact
If you have any questions or need further assistance, please reach out to Riders Agency at hello@riders.agency.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-07