mediashare / pingit
Library for interact with PingIt API
0.0.3
2020-08-16 12:53 UTC
Requires
- mediashare/kernel: ^0.4.5
This package is auto-updated.
Last update: 2021-04-20 07:53:55 UTC
README
Interact with PingIt API with PHP Library.
Installation
composer require mediashare/pingit
Usage
$pingIt = new PingIt("<ApiKey>");
$pingIt->send($title = 'Hello', $message = 'Welcome to PingIt', $icon = 'fa fa-home', $color = 'success');