mediashare/pingit

Library for interact with 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

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