Download the PHP package seatplus/discord without Composer
On this page you can find all versions of the php package seatplus/discord. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download seatplus/discord
More information about seatplus/discord
Files in seatplus/discord
Package discord
Short Description This package brings discord support to seatplus
License MIT
Homepage https://github.com/seatplus/discord
Informations about the package discord
This package brings discord support to seatplus
This repo brings discord tribes to seatplus.
Installation
You can install the package via composer:
You can publish and run the migrations with:
Setup
to setup the package you need to create a discord application and bot. Finally you must add the credentials to your .env file
Create a discord application
- Go to https://discord.com/developers/applications
- Create a new application and give it a name
- Go to OAuth2
- Add a redirect url (e.g. {seatplus-public-url}/discord/callback)
- Go to Bot
- Add a bot
- Enable "require OAuth2 code grant"
- Enable "Server Members Intent"
Retrieve credentials
Below you find instructions on where to find the credentials and how to fill them into your .env file
- From the oauth2 tab copy the
client id
,client secret
andredirect uri
tab copy thetoken
(sometimes you need to reset the token first)
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Felix Huber
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of discord with dependencies
illuminate/contracts Version ^10.0
seatplus/web Version ^4.1
seatplus/tribe Version ^1.2
seatplus/broadcast-hub Version ^1.0
socialiteproviders/discord Version ^4.1
kevinrob/guzzle-cache-middleware Version ^v4.0
ext-intl Version *