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

AbandonedArchivedLibrary

phergie/phergie-irc-plugin-react-autojoin
=========================================

Phergie plugin for automatically joining IRC channels

2.0.0(10y ago)46.1k3[1 issues](https://github.com/phergie/phergie-irc-plugin-react-autojoin/issues)5BSD-2-ClausePHP

Since Apr 20Pushed 6y ago3 watchersCompare

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

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

This project is abandoned
=========================

[](#this-project-is-abandoned)

This repo is being kept for posterity and will be archived in a readonly state. If you're interested it can be forked under a new Composer namespace/GitHub organization.

phergie/phergie-irc-plugin-react-autojoin
=========================================

[](#phergiephergie-irc-plugin-react-autojoin)

A plugin for [Phergie](http://github.com/phergie/phergie-irc-bot-react/) to join channels when connecting to servers.

[![Build Status](https://camo.githubusercontent.com/2231c39dae449e7947066899c548ee1e27a0389222a519585d0c7ba1d27ca0d0/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f706865726769652f706865726769652d6972632d706c7567696e2d72656163742d6175746f6a6f696e2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/phergie/phergie-irc-plugin-react-autojoin)

Install
-------

[](#install)

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

```
composer require phergie/phergie-irc-plugin-react-autojoin

```

See Phergie documentation for more information on installing plugins.

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

[](#configuration)

```
return array(
    'plugins' => array(

        new \Phergie\Irc\Plugin\React\AutoJoin\Plugin(array(

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

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

            // Optional: if true, doesn't join channels until
            // the NickServ plugin has successfully logged in
            'wait-for-nickserv' => true,

        )),

        // If wait-for-nickserv is enabled, the NickServ plugin must also be used
        new \Phergie\Irc\Plugin\React\NickServ(array(
            /* .... */
        )),

    ),
);
```

The option `wait-for-nickserv` depends on the [NickServ plugin](https://github.com/phergie/phergie-irc-plugin-react-nickserv) version &gt;=1.3.0.

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

35

—

LowBetter than 79% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 56.3% 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 ~203 days

Total

4

Last Release

3797d ago

Major Versions

1.1.0 → 2.0.02015-12-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/80dec604abed1b21daafc54c430468444a2ad163ad5f8229348b8d241b797778?d=identicon)[elazar](/maintainers/elazar)

---

Top Contributors

[![elazar](https://avatars.githubusercontent.com/u/15487?v=4)](https://github.com/elazar "elazar (18 commits)")[![svpernova09](https://avatars.githubusercontent.com/u/967362?v=4)](https://github.com/svpernova09 "svpernova09 (8 commits)")[![Renegade334](https://avatars.githubusercontent.com/u/9092381?v=4)](https://github.com/Renegade334 "Renegade334 (3 commits)")[![hason](https://avatars.githubusercontent.com/u/288535?v=4)](https://github.com/hason "hason (1 commits)")[![matthewtrask](https://avatars.githubusercontent.com/u/4731244?v=4)](https://github.com/matthewtrask "matthewtrask (1 commits)")[![sitedyno](https://avatars.githubusercontent.com/u/216721?v=4)](https://github.com/sitedyno "sitedyno (1 commits)")

---

Tags

pluginbotreactirc

### Embed Badge

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

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

PHPackages © 2026

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