divergentsoft/sockin-php

用于使用 Sockin 推送通知的 PHP 库

0.1.1 2015-09-20 19:10 UTC

This package is not auto-updated.

Last update: 2024-10-02 09:59:11 UTC


README

这是用于连接到 Sockin 推送服务的 PHP 库。

$sockin = new Sockin($appId, $appKey, $appSecret);

$sockin->send('test-channel','test-event','hello world');