PHPackages                             seatplus/discord - 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. seatplus/discord

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

seatplus/discord
================

This package brings discord support to seatplus

1.1.0(2y ago)06MITPHPPHP ^8.1

Since Jun 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/seatplus/discord)[ Packagist](https://packagist.org/packages/seatplus/discord)[ Docs](https://github.com/seatplus/discord)[ GitHub Sponsors](https://github.com/seatplus)[ RSS](/packages/seatplus-discord/feed)WikiDiscussions 1.x Synced 2d ago

READMEChangelog (2)Dependencies (15)Versions (3)Used By (0)

This package brings discord support to seatplus
===============================================

[](#this-package-brings-discord-support-to-seatplus)

[![Latest Version on Packagist](https://camo.githubusercontent.com/44a23a78f3d63814975ed4c614457383bc238ce36b26c8eb57c4c34c1a955996/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73656174706c75732f646973636f72642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/seatplus/discord)[![GitHub Tests Action Status](https://github.com/seatplus/discord/actions/workflows/run-tests.yml/badge.svg)](https://github.com/seatplus/discord/actions/workflows/run-tests.yml)[![GitHub Code Style Action Status](https://github.com/seatplus/discord/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/seatplus/discord/actions/workflows/fix-php-code-style-issues.yml)[![Maintainability](https://camo.githubusercontent.com/4b5f8390983adb0019af9d779cc44c8c668b72ea532fece1de292544b905cb18/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34353932396132346139363836336666396634362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/seatplus/discord/maintainability)[![Test Coverage](https://camo.githubusercontent.com/39def30fe80cbbdbffa60e4ff061dca1334a757517f1652050ccf3a0889e354c/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34353932396132346139363836336666396634362f746573745f636f766572616765)](https://codeclimate.com/github/seatplus/discord/test_coverage)[![Total Downloads](https://camo.githubusercontent.com/dd0a37f3f4468f137c2adbfdad130fefa1d616426590ab94675cdfb35ad26cf7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73656174706c75732f646973636f72642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/seatplus/discord)

---

This repo brings discord tribes to seatplus.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require seatplus/discord
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="web"
php artisan migrate
```

Setup
-----

[](#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

[](#create-a-discord-application)

- Go to
- 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

[](#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` and `redirect uri` tab copy the `token` (sometimes you need to reset the token first)

```
DISCORD_CLIENT_ID=  // your discord client id
DISCORD_CLIENT_SECRET= // your discord client secret
DISCORD_BOT_TOKEN= // your discord bot token
DISCORD_REDIRECT_URI= // your discord redirect uri
```

Usage
-----

[](#usage)

```
php artisan tribe:nickname:discord
php artisan tribe:role:discord
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Felix Huber](https://github.com/seatplus)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~96 days

Total

3

Last Release

933d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6583519?v=4)[Herpaderp Aldent](/maintainers/herpaderpaldent)[@herpaderpaldent](https://github.com/herpaderpaldent)

---

Top Contributors

[![herpaderpaldent](https://avatars.githubusercontent.com/u/6583519?v=4)](https://github.com/herpaderpaldent "herpaderpaldent (2 commits)")

---

Tags

laraveldiscordseatplus

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/seatplus-discord/health.svg)

```
[![Health](https://phpackages.com/badges/seatplus-discord/health.svg)](https://phpackages.com/packages/seatplus-discord)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
