Skip to content

imjonos/discord-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple discord message via webhook

Installation

Via Composer

$ composer require imjonos/discord-messages

How to use

use Nos\DiscordMessages\DiscordMessage;
use Nos\DiscordMessages\DiscordSender;

$sender = new DiscordSender(WEBHOOK_URL);
$sender->send(new DiscordMessage('text'));

Contributing

Please see contributing.md for details and a todolist.

License

license. Please see the license file for more information.

About

Simple discord message via webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages