Skip to content

A basic PHP library to simplify sending messages to Discord Webhook

License

Notifications You must be signed in to change notification settings

chewett/php-discord-webhook-messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Discord Webhook Messenger

This library is designed to be used to send messages to a Discord Webhook URL to allow easy posting in Discord from PHP.

Requirements

None of these should be too onerous and should be available from most, if not all default distributions.

  • PHP 5.6+
  • Curl extension for php (ext-curl)
  • JSON extension for PHP (ext-json)

Examples

TODO:

Discord Documentation

Below is the documentation that I have been using to build this library.

Misc Questions

If you have a question, feel free to reach out to me via issues or contacting me in any other way.

Below is a list of questions which you may or may not already have thought.

Why not PHP 7? Don't you know PHP 5.6 is deprecated

A very good question imaginary person. This repo is being created for something that is still running PHP 5.6 and therefore I am limiting everything here to PHP 5.6 for the time being.

Once said project has been upgraded to 7.x I will be releasing version 2 of this repository with all the shiny new PHP 7 features.

Until then it's staying PHP 5.6 compatible, Sorry!

About

A basic PHP library to simplify sending messages to Discord Webhook

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages