PHPackages                             marcusyan/botman-driver-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. marcusyan/botman-driver-discord

ActiveLibrary

marcusyan/botman-driver-discord
===============================

A discord driver for botman

1.0.2(7y ago)04proprietaryPHPPHP &gt;=7.1

Since Mar 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Marcusyan/botman-driver-discord)[ Packagist](https://packagist.org/packages/marcusyan/botman-driver-discord)[ RSS](/packages/marcusyan-botman-driver-discord/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

botman-driver-discord
=====================

[](#botman-driver-discord)

Getting Started
---------------

[](#getting-started)

Require the driver into your botman project `composer require jabirchall/botman-driver-discord`

Example

```
$config = [
    'discord' =>[
        'token' => "your token",

    ],
];

// Load the driver(s) you want to use
DriverManager::loadDriver(\JABirchall\BotMan\Drivers\Discord\DiscordDriver::class);
$loop = Factory::create();
$botman = BotManFactory::createForDiscord($config, $loop);

// Give the bot something to listen for.
$botman->hears('hello', function (BotMan $bot) {
    $bot->reply('Hello yourself.');
});

// start a convosation
$botman->hears('How are you', function (BotMan $bot) {
    $bot->ask("I'm a bot I have no feelings, How about you?", function (Answer $answer) use ($bot) {
        $bot->reply("Thats great, you said: ". $answer->getText());
    });
});

// Start listening
$botman->listen();
$loop->run();
```

Prerequisities
--------------

[](#prerequisities)

- Botman 2.\*
- PHP version 7.1+
- mbstring
- A discord bot token

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

[](#contributing)

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Authors
-------

[](#authors)

- **JABirchall** - *Maintainer*

See also the list of [contributors](https://github.com/JABirchall/NimdaDiscord/graphs/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under GNU AGPLv3 License - see the [LICENSE](LICENSE) file for details

Acknowledgments
---------------

[](#acknowledgments)

- [CharlotteDunois](https://github.com/CharlotteDunois)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.6% 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 ~1 days

Total

3

Last Release

2602d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8740410?v=4)[marcusyan](/maintainers/Marcusyan)[@Marcusyan](https://github.com/Marcusyan)

---

Top Contributors

[![JABirchall](https://avatars.githubusercontent.com/u/3427459?v=4)](https://github.com/JABirchall "JABirchall (25 commits)")[![feralheart](https://avatars.githubusercontent.com/u/3487559?v=4)](https://github.com/feralheart "feralheart (2 commits)")

### Embed Badge

![Health badge](/badges/marcusyan-botman-driver-discord/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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