Download the PHP package revolution/discord-manager without Composer
On this page you can find all versions of the php package revolution/discord-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download revolution/discord-manager
More information about revolution/discord-manager
Files in revolution/discord-manager
Download revolution/discord-manager
More information about revolution/discord-manager
Files in revolution/discord-manager
Please rate this library. Is it a good library?
Informations about the package discord-manager
Discord Manager
Note Since v5, only Interactions command is provided. Interactions command is webhook-based, it is easy to use in Laravel. v4 still support Gateway API.
Requirements
- PHP >= 8.1
- Laravel >= 10.0
Installation
.env
Uninstall
- Delete
config/discord_interactions.php
- Delete
app/Discord/
and other files. - Delete
DISCORD_*
in.env
Interactions
Publish config file
Edit config/discord_interactions.php
Set INTERACTIONS ENDPOINT URL
in Discord's developer portal.
Create a command to respond
Register commands to Discord server
Create Event listener
(Only Laravel10) Update EventServiceProvider.php
Workflow
- POST request comes in from Discord to https://example/discord/webhook
- ValidateSignature
- InteractionsWebhookController
- DeferredResponse
- DispatchInteractionsEvent Terminable Middleware
- InteractionsWebhook Event dispatch
- InteractionsListener in your project.
- DiscordManager invokes one of the commands in
app/Discord/
.
LICENSE
MIT
All versions of discord-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/http Version ^10.0||^11.0
illuminate/support Version ^10.0||^11.0
discord/interactions Version ^2.2
simplito/elliptic-php Version ^1.0
guzzlehttp/guzzle Version ^7.5
illuminate/http Version ^10.0||^11.0
illuminate/support Version ^10.0||^11.0
discord/interactions Version ^2.2
simplito/elliptic-php Version ^1.0
guzzlehttp/guzzle Version ^7.5
The package revolution/discord-manager contains the following files
Loading the files please wait ....