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

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

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

Phergie plugin for automatically rejoining IRC channels on PART or KICK event.

1.0.2(10y ago)1431BSD-2-ClausePHP

Since Aug 10Pushed 10y ago1 watchersCompare

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

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

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

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

[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin for automatically rejoining IRC channels on PART or KICK event.

[![Build Status](https://camo.githubusercontent.com/50e0f0c963ddb6a231302391cb13e1c7d33ea0d01ebd336c8512269a3bf13b70/68747470733a2f2f7472617669732d63692e6f72672f656e6562652d6e622f706865726769652d6972632d706c7567696e2d72656163742d6175746f72656a6f696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/enebe-nb/phergie-irc-plugin-react-autorejoin)

Install
-------

[](#install)

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

```
{
    "require": {
        "enebe-nb/phergie-irc-plugin-react-autorejoin": "^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\AutoRejoin\Plugin(array(

            // Required: list of channels to rejoin
            'channels' => array('#channel1', '#channel2', '#channelN'),
            // or
            'channels' => '#channel1,#channel2,#channelN',

            // Optional: channel keys
            'keys' => array('key1', 'key2', 'keyN'),
            // or
            'keys' => 'key1,key2,keyN',

        )),
    ),
);
```

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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

3882d 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 (6 commits)")

---

Tags

pluginbotreactirc

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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