PHPackages                             phergie/phergie-irc-plugin-react-magic-eight-ball - 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. phergie/phergie-irc-plugin-react-magic-eight-ball

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

phergie/phergie-irc-plugin-react-magic-eight-ball
=================================================

Phergie plugin for Helping users make decisions

2.0.0(10y ago)0252[1 issues](https://github.com/dstockto/phergie-irc-plugin-react-magic-eightball/issues)BSD-2-ClausePHP

Since Nov 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dstockto/phergie-irc-plugin-react-magic-eightball)[ Packagist](https://packagist.org/packages/phergie/phergie-irc-plugin-react-magic-eight-ball)[ RSS](/packages/phergie-phergie-irc-plugin-react-magic-eight-ball/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (5)Used By (0)

phergie/phergie-irc-plugin-react-magic-eight-ball
=================================================

[](#phergiephergie-irc-plugin-react-magic-eight-ball)

[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin for Helping users make decisions.

[![Build Status](https://camo.githubusercontent.com/6fca370e78c07cdf217acfe832e7391c8fadb6599f9bfb23fc531f7978e47f01/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6473746f636b746f2f706865726769652d6972632d706c7567696e2d72656163742d6d616769632d656967687462616c6c2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/dstockto/phergie-irc-plugin-react-magic-eightball)[![Coverage Status](https://camo.githubusercontent.com/aef43f78d54d93060bae759180859f2ee5cda1904b1ff4c02951c08df393b50c/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6473746f636b746f2f706865726769652d6972632d706c7567696e2d72656163742d6d616769632d656967687462616c6c2e737667)](https://coveralls.io/r/dstockto/phergie-irc-plugin-react-magic-eightball)[![Code Climate](https://camo.githubusercontent.com/6b3796554de95acc69971a0c46a8196509608aa050baae0ffca536e9e4a11362/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6473746f636b746f2f706865726769652d6972632d706c7567696e2d72656163742d6d616769632d656967687462616c6c2f6261646765732f6770612e737667)](https://codeclimate.com/github/dstockto/phergie-irc-plugin-react-magic-eightball)

Install
-------

[](#install)

The recommended method of installation is [through composer](http://getcomposer.org).

```
{
    "require": {
        "phergie/phergie-irc-plugin-react-magic-eight-ball": "~2"
    }
}
```

See Phergie documentation for more information on [installing and enabling plugins](https://github.com/phergie/phergie-irc-bot-react/wiki/Usage#plugins).

Configuration
-------------

[](#configuration)

The Magic Eightball plugin requires a response provider with the AnswerProvider interface. The EightballProvider comes with the plugin but you can provide your own class if you want to provide different answers.

```
new \Phergie\Irc\Plugin\React\MagicEightBall\Plugin()
```

By default, the Plugin will provide \\Phergie\\Irc\\Plugin\\React\\MagicEightBall\\EightballProvider() if you do not specify a provider. You can also create your own provider and send it into the plugin to get different responses.

```
new \Phergie\Irc\Plugin\React\MagicEightBall\Plugin(
    new \Phergie\Irc\Plugin\React\MagicEightBall\EightballProvider() // Replace with your own provider
)
```

Tests
-----

[](#tests)

To run the unit test suite:

```
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit

```

License
-------

[](#license)

Released under the BSD License. See `LICENSE`.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

2

Last Release

3800d ago

Major Versions

V1.0 → 2.0.02015-12-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/f76a6d43413d5dd84fa29c445dbe5abf708f8136c54534f046e905d97da1a3da?d=identicon)[dstockto](/maintainers/dstockto)

---

Top Contributors

[![dstockto](https://avatars.githubusercontent.com/u/775393?v=4)](https://github.com/dstockto "dstockto (4 commits)")[![svpernova09](https://avatars.githubusercontent.com/u/967362?v=4)](https://github.com/svpernova09 "svpernova09 (4 commits)")[![chrismou](https://avatars.githubusercontent.com/u/319883?v=4)](https://github.com/chrismou "chrismou (1 commits)")

---

Tags

pluginbotircphergie

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phergie-phergie-irc-plugin-react-magic-eight-ball/health.svg)

```
[![Health](https://phpackages.com/badges/phergie-phergie-irc-plugin-react-magic-eight-ball/health.svg)](https://phpackages.com/packages/phergie-phergie-irc-plugin-react-magic-eight-ball)
```

PHPackages © 2026

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