PHPackages                             enebe-nb/phergie-irc-plugin-react-tell - 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. enebe-nb/phergie-irc-plugin-react-tell

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

enebe-nb/phergie-irc-plugin-react-tell
======================================

Phergie plugin for send messages to users next time they are seen.

1.0.1(10y ago)148BSD-2-ClausePHP

Since Aug 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/enebe-nb/phergie-irc-plugin-react-tell)[ Packagist](https://packagist.org/packages/enebe-nb/phergie-irc-plugin-react-tell)[ RSS](/packages/enebe-nb-phergie-irc-plugin-react-tell/feed)WikiDiscussions master Synced 3w ago

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

enebe-nb/phergie-irc-plugin-react-tell
======================================

[](#enebe-nbphergie-irc-plugin-react-tell)

[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin for send messages to users next time they are seen.

[![Build Status](https://camo.githubusercontent.com/1957bf3e43847e009c739fed0b1b8b8d44262bd676237850e36e0cee1f98dac9/68747470733a2f2f7472617669732d63692e6f72672f656e6562652d6e622f706865726769652d6972632d706c7567696e2d72656163742d74656c6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/enebe-nb/phergie-irc-plugin-react-tell)

Install
-------

[](#install)

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

```
{
    "require": {
        "enebe-nb/phergie-irc-plugin-react-tell": "^1.0"
    }
}
```

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

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

[](#configuration)

```
return array(
    'plugins' => array(
        new \EnebeNb\Phergie\Plugin\Tell\Plugin(array(
            // Send a \PDO object to use that database,
            // or leave unsetted to store the messages into an array.
            'database' => new \PDO($mydsn, $myusername, $mypassword),

            // change the default command text from 'tell' to anything
            'custom-commands' => 'mycustomcommand',
            // or pick any number of commands
            'custom-commands' => array('tell', 'ask', 'remind'),
            // also works with comma-delimited strings
            'custom-commands' => 'tell,ask,remind',

            // create database table
            'create-database' => true,

            // set a maximum number of messages to be stored for an user
            // Default: 10
            'max-messages' => 20,
            // or remove the maximum
            'max-messages' => false,
        )),

        // phergie/phergie-irc-plugin-react-command
        // is required to listen for commands
        new \Phergie\Irc\Plugin\React\Command\Plugin(),
    ),
);
```

See [phergie/phergie-irc-plugin-react-command](https://github.com/phergie/phergie-irc-plugin-react-command) for more information on Command Plugin.

Databases
---------

[](#databases)

This plugin is tested on following databases:

- MySQL (it sets SQL\_MODE to ANSI\_QUOTES on construct)
- PostgreSQL
- SQLITE

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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a1446257aa4075be50eb815334b16e70ac442eef15686276b081ebaa7bdd2ef?d=identicon)[enebe-nb](/maintainers/enebe-nb)

---

Top Contributors

[![enebe-nb](https://avatars.githubusercontent.com/u/4266367?v=4)](https://github.com/enebe-nb "enebe-nb (16 commits)")

---

Tags

pluginbotreactirc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/enebe-nb-phergie-irc-plugin-react-tell/health.svg)

```
[![Health](https://phpackages.com/badges/enebe-nb-phergie-irc-plugin-react-tell/health.svg)](https://phpackages.com/packages/enebe-nb-phergie-irc-plugin-react-tell)
```

PHPackages © 2026

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