PHPackages                             reinfyteam/discordwebhookapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. reinfyteam/discordwebhookapi

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

reinfyteam/discordwebhookapi
============================

A PocketMine-MP Virion to easily send messages via Discord Webhooks

0319PHP

Since Apr 9Pushed 2mo agoCompare

[ Source](https://github.com/ReinfyTeam/DiscordWebhookAPI)[ Packagist](https://packagist.org/packages/reinfyteam/discordwebhookapi)[ RSS](/packages/reinfyteam-discordwebhookapi/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

DiscordWebhookAPI[![](https://raw.githubusercontent.com/CortexPE/DiscordWebhookAPI/master/dwapi.png)](https://raw.githubusercontent.com/CortexPE/DiscordWebhookAPI/master/dwapi.png) [![](https://camo.githubusercontent.com/fac1fd9a454cba8f4b21afb313b5e42af1e78028697b7a25d564c130857cabda/68747470733a2f2f706f676769742e706d6d702e696f2f63692e736869656c642f436f7274657850452f446973636f7264576562686f6f6b4150492f7e)](https://camo.githubusercontent.com/fac1fd9a454cba8f4b21afb313b5e42af1e78028697b7a25d564c130857cabda/68747470733a2f2f706f676769742e706d6d702e696f2f63692e736869656c642f436f7274657850452f446973636f7264576562686f6f6b4150492f7e)
==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#discordwebhookapi)

**A better fork of [CortexPE's DiscordWebhookAPI](https://github.com/CortexPE/DiscordWebhookAPI/) virion.**

A PocketMine-MP Virion to easily send messages via Discord Webhooks

Usage:
======

[](#usage)

Installation is easy, you may get a compiled phar [here](https://poggit.pmmp.io/ci/CortexPE/DiscordWebhookAPI/~) or integrate the virion itself into your plugin.

This virion is purely object oriented. So, to use it you'll have to import the `Webhook` object, the `Message` object and the optional `Embed` object (if necessary)

Basic Usage:
------------

[](#basic-usage)

### Import the classes

[](#import-the-classes)

You'll need to import these classes in order to easily use it within our code.

```
