PHPackages                             supercrafter333/discordwebhooksx - 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. supercrafter333/discordwebhooksx

ActiveLibrary

supercrafter333/discordwebhooksx
================================

1.2.0(2y ago)1191LGPL-3.0PHP

Since Sep 3Pushed 2y agoCompare

[ Source](https://github.com/supercrafter333/DiscordWebhooksX)[ Packagist](https://packagist.org/packages/supercrafter333/discordwebhooksx)[ RSS](/packages/supercrafter333-discordwebhooksx/feed)WikiDiscussions PM4 Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

DiscordWebhooksX[![](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)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#discordwebhooksx)

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

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.

```
