ridersagency/pulseclient

与Riders Pulse API交互的客户端库

10.0.91 2023-11-07 17:34 UTC

This package is auto-updated.

Last update: 2024-09-07 19:40:19 UTC


README

与Riders Pulse API交互的客户端库。

安装

您可以使用Composer安装此库。请在您的终端中运行以下命令

composer require ridersagency/pulseclient

用法

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');

'CLIENT_UUID' 替换为您想要使用的实际客户端UUID。

进一步阅读

有关Riders Pulse API及其功能的更多信息,请访问 Riders Pulse 网站

联系方式

如果您有任何问题或需要进一步的帮助,请联系Riders Agency,邮箱为 hello@riders.agency