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

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

pschwisow/phergie-irc-plugin-react-puppet
=========================================

Phergie plugin that allows a user to effectively speak and act as the bot.

2.0.0(10y ago)21221BSD-2-ClausePHP

Since Nov 26Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (6)Versions (4)Used By (0)

pschwisow/phergie-irc-plugin-react-puppet
=========================================

[](#pschwisowphergie-irc-plugin-react-puppet)

[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin that allows a user to effectively speak and act as the bot.

[![Build Status](https://camo.githubusercontent.com/4d56e9a35c70f0db71a49b4ec6c83d8178a993c088186a05947e356babb37620/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f505363687769736f772f706865726769652d6972632d706c7567696e2d72656163742d7075707065742e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/PSchwisow/phergie-irc-plugin-react-puppet) [![Code Climate](https://camo.githubusercontent.com/1e201511f100dafcddb6ec7068d52c2d6f9d0b89f93b3529f7c306d63cf566fb/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f505363687769736f772f706865726769652d6972632d706c7567696e2d72656163742d7075707065742f6261646765732f6770612e737667)](https://codeclimate.com/github/PSchwisow/phergie-irc-plugin-react-puppet) [![Test Coverage](https://camo.githubusercontent.com/da809d9eb7cccf71a69afb6cb37ba42fdc06a853f42f31b73198e3ff4f596bb7/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f505363687769736f772f706865726769652d6972632d706c7567696e2d72656163742d7075707065742f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/PSchwisow/phergie-irc-plugin-react-puppet)

Install
-------

[](#install)

The recommended method of installation is [through composer](http://getcomposer.org). The command help plug-in is not required, but is recommended (omit it if choose to).

```
{
    "require": {
        "phergie/phergie-irc-plugin-react-commandhelp": "^2",
        "pschwisow/phergie-irc-plugin-react-puppet": "^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)

There is no plug-in specific configuration. The command plug-in is a hard dependency. If you include command help as recommend in the install section, you should also include it here.

```
return array(
    'plugins' => [
        // dependencies
        new \Phergie\Irc\Plugin\React\Command\Plugin,
        new \Phergie\Irc\Plugin\React\CommandHelp\Plugin, // optional / recommended

        new \PSchwisow\Phergie\Plugin\Puppet\Plugin,
    ]
);
```

Usage
-----

[](#usage)

You can direct the bot either in a channel or by private message.

Private Message Window:

```
PSchwisow: say #phergie I am a bot.
PSchwisow: act #phergie acts like a bot.
PSchwisow: notice #phergie I like bots.
PSchwisow: help say
Phergie: Usage: puppet saying something
Phergie: Instructs the bot to repeat the specified phrase.

```

Channel #phergie:

```
Phergie: I am a bot.
- Phergie acts like a bot.
*Phergie* I like bots.

```

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

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 86.2% 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 ~256 days

Total

3

Last Release

3678d ago

Major Versions

1.0.1 → 2.0.02016-04-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/11ea90f86f17a9e8c1697b4c514bff5de78d9d6dea92e2a3cde723d20f48847f?d=identicon)[PSchwisow](/maintainers/PSchwisow)

---

Top Contributors

[![PSchwisow](https://avatars.githubusercontent.com/u/1644414?v=4)](https://github.com/PSchwisow "PSchwisow (25 commits)")[![svpernova09](https://avatars.githubusercontent.com/u/967362?v=4)](https://github.com/svpernova09 "svpernova09 (3 commits)")[![Renegade334](https://avatars.githubusercontent.com/u/9092381?v=4)](https://github.com/Renegade334 "Renegade334 (1 commits)")

---

Tags

pluginbotircphergie

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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