Skip to content

ermolinme/hotify-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library for Hotify.ru

Using

Just a few lines of code:

$apiToken = YOUR_TOKEN_HERE;
$appId = YOUR_APP_ID_OR_TAG_HERE; 

$hotify = new Hotify($apiToken);
$hotify
    ->title('First notification') //optional
    ->text('Hello World!')
    ->to($appId)
    ->send();

That's all!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%