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

ActiveLibrary

sunflowerfuchs/discord-bot
==========================

An easily extendable discord bot, written in PHP

v0.1.3(3y ago)026[13 issues](https://github.com/SunflowerFuchs/discord-bot/issues)2MITPHPPHP &gt;=8.1

Since Aug 24Pushed 3y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (7)Versions (5)Used By (2)

Modular Discord Bot
===================

[](#modular-discord-bot)

A Bot for Discord, written in PHP.

The main goal was modularity, which enables it to easily be split into independently installable plugins.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- composer
- [discord developer application](https://discord.com/developers/applications)

Quickstart
----------

[](#quickstart)

The following snippet is all that is required to run the basic bot with the default plugins.

```
$bot = new SunflowerFuchs\DiscordBot\Bot([
    'token' => 'XXXXX'
]);
$bot->run();
```

Other features can easily be added to the Bot by just adding more plugins, like for example the [TikTok Plugin](https://github.com/SunflowerFuchs/discord-tiktok-plugin).

```
$bot = new SunflowerFuchs\DiscordBot\Bot($options);
$bot->registerPlugin(new TiktokPlugin());
$bot->run();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

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 ~0 days

Total

4

Last Release

1355d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d3d4406692da4175cbd235eb48379f0589138ce7c8074b7d17cd5bf5e0af5d8?d=identicon)[SunflowerFuchs](/maintainers/SunflowerFuchs)

---

Top Contributors

[![SunflowerFuchs](https://avatars.githubusercontent.com/u/18332886?v=4)](https://github.com/SunflowerFuchs "SunflowerFuchs (119 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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