Download the PHP package labymod/discord-webhook-bundle without Composer
On this page you can find all versions of the php package labymod/discord-webhook-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download labymod/discord-webhook-bundle
More information about labymod/discord-webhook-bundle
Files in labymod/discord-webhook-bundle
Package discord-webhook-bundle
Short Description Discord Webhook Bundle, based on labymod/discord-webhook
License GPL-3.0
Informations about the package discord-webhook-bundle
Discord Webhook Bundle
Symfony Bundle for labymod/discord-webhook. Configure webhooks easily within your Symfony application
Versions & Compatibility
Release | Supported PHP Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
---|---|---|---|---|---|
1.x | ^8.0 |
^4.4 , ^5.0 , ^6.0 |
24.01.2022 | Yes | master |
Installation
Composer installation
Symfony configuration & usage
-
Enable your bundle in
config/bundles.php
: - Add a global and/or environment-based configuration file:
config/[env]/discord_webhook.yaml
Configuration reference
Usage
Default Client
With discord_webhook.default_url
configured, the basic service (DiscordWebhookBundle\DiscordWebhook
) is configured and publicly available in the service container:
Additional named clients
If you have configured one or more named clients like below, you can access them in two ways by their name.
Now this client is available as service too:
Documentation
For detailed documentation how to use the Webhooks, please refer to the underlying library:
https://github.com/LabyMod/discord-webhook/blob/master/README.md
For further documentation have a look here:
All versions of discord-webhook-bundle with dependencies
labymod/discord-webhook Version ^2.0 || ^3.0
symfony/framework-bundle Version ^4.4 || ^5.0 || ^6.0
symfony/string Version ^5.0 || ^6.0