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

ActiveLibrary

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

Phergie plugin for handling requests to increment or decrement counters on specified terms

161[7 issues](https://github.com/PSchwisow/phergie-irc-plugin-react-karma/issues)PHP

Since Jul 20Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin for handling requests to increment or decrement counters on specified terms.

[![Build Status](https://camo.githubusercontent.com/72465c8f001e6ab6111435f4fc951e2cba5d5831dc3edbe5c82360d40f1f5f52/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f505363687769736f772f706865726769652d6972632d706c7567696e2d72656163742d6b61726d612e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/PSchwisow/phergie-irc-plugin-react-karma) [![Code Climate](https://camo.githubusercontent.com/ae588aebdf19906b64115816a1051cfa6789a65f29fd542d437a11ce75335256/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f505363687769736f772f706865726769652d6972632d706c7567696e2d72656163742d6b61726d612f6261646765732f6770612e737667)](https://codeclimate.com/github/PSchwisow/phergie-irc-plugin-react-karma) [![Test Coverage](https://camo.githubusercontent.com/6ca770fb77e800dff9f1c90c6063c3af51f6d2201feb8a697b29a54db38ce91b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f505363687769736f772f706865726769652d6972632d706c7567696e2d72656163742d6b61726d612f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/PSchwisow/phergie-irc-plugin-react-karma)

Install
-------

[](#install)

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

`php composer.phar require pschwisow/phergie-irc-plugin-react-karma`

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

Provided Commands
-----------------

[](#provided-commands)

The karma plugin maintains karma values for a list of terms and compares them as requested. Terms are most often IRC nicks, but the plugin does not require this. Terms may optionally be enclosed in parentheses (most often used for terms that contain whitespace).

CommandDescription!karma termGet the current karma value for a term!reincarnate termReset the karma value for a termterm++Increment the karma value for a termterm--Decrement the karma value for a termterm1 &lt; term2Compare karma values of two termsterm1 &gt; term2Compare karma values of two termsConfiguration
-------------

[](#configuration)

```
return [
    'plugins' => [
        // configuration
        new \PSchwisow\Phergie\Plugin\Karma\Plugin([

        ])
    ]
];
```

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

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

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

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

PHPackages © 2026

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