PHPackages                             jeffreyroberts/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. jeffreyroberts/phergie-irc-plugin-react-autorejoin

ActiveLibrary

jeffreyroberts/phergie-irc-plugin-react-autorejoin
==================================================

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

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

Since Aug 10Pushed 6y agoCompare

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

READMEChangelogDependencies (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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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/89bb511e6db0f9887e4686fcb63e98b068a0d29666f65a0d866464d4bd3f9191?d=identicon)[jeffreylroberts](/maintainers/jeffreylroberts)

---

Top Contributors

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

---

Tags

pluginbotreactirc

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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