mediashare/pingit

用于与PingIt API交互的库

0.0.3 2020-08-16 12:53 UTC

This package is auto-updated.

Last update: 2021-04-20 07:53:55 UTC


README

使用PHP库与PingIt API交互。

安装

composer require mediashare/pingit

使用方法

$pingIt = new PingIt("<ApiKey>");
$pingIt->send($title = 'Hello', $message = 'Welcome to PingIt', $icon = 'fa fa-home', $color = 'success');