Skip to content

ping2-me/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping2.me PHP SDK

Installation

composer require ping2me/php

Usage

Setup

// Set up your endpoint once at the beginning of your application 
// before sending any messages.
Ping2me\Php\Ping::$endpoint = '@daudau/debug'

Use class style

use Ping2me\Php\Ping;

Ping::make()->send('New user Bob registered!');

Use function style

ping('New user Bob registered!');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages