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

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

aedon/discord-bot
=================

A PHP bot implementation for Discord.

0.9.1(3y ago)111653[1 PRs](https://github.com/RyseSlade/discord-bot/pulls)MITPHPPHP &gt;=7.4.0|^8.0

Since Jan 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/RyseSlade/discord-bot)[ Packagist](https://packagist.org/packages/aedon/discord-bot)[ RSS](/packages/aedon-discord-bot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (8)Used By (0)

Aedon Discord Bot
=================

[](#aedon-discord-bot)

[![GitHub release](https://camo.githubusercontent.com/e885f6c67e7ddd9e3793116d1d9380ff52397b72b62dfb4fb2bfca868d8c9913/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f52797365536c6164652f646973636f72642d626f742e737667)](https://github.com/RyseSlade/discord-bot/releases/)[![Build Status](https://camo.githubusercontent.com/af96c68357201f22dad13bb90c74b29682c7b7de5422f2953f958461e4da2b28/68747470733a2f2f7472617669732d63692e6f72672f52797365536c6164652f646973636f72642d626f742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/RyseSlade/discord-bot)[![GitHub license](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://github.com/RyseSlade/discord-bot/blob/master/LICENSE)

A Discord bot implementation written in PHP. Use this library to create your own bot.

- Integrates the Discord websocket API (receiving events from Discord)
- Adds basic support for the Discord REST API (sending commands to Discord)
- Supports API v6

Missing features

- Does not resume lost connections
- No support for voice channels

### Requirements

[](#requirements)

PHP 7.4+ or PHP 8.0+

Required extensions:

- ext-curl
- ext-json
- ext-mbstring

### Getting your bot up and running

[](#getting-your-bot-up-and-running)

You have created a Discord bot and it's now in your server but *offline* all day... Let's start!

#### Bring your bot to life

[](#bring-your-bot-to-life)

Create a PHP file and run it from the command line.

```
