PHPackages                             sitedyno/phergie-reminders - 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. sitedyno/phergie-reminders

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

sitedyno/phergie-reminders
==========================

Phergie plugin to remind you when the pizza is done.

2.0.0(9y ago)128MITPHPPHP &gt;=5.5

Since Apr 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sitedyno/phergie-reminders)[ Packagist](https://packagist.org/packages/sitedyno/phergie-reminders)[ RSS](/packages/sitedyno-phergie-reminders/feed)WikiDiscussions master Synced 1mo ago

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

sitedyno/phergie-reminders
==========================

[](#sitedynophergie-reminders)

[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin to remind you when the pizza is done.

[![Build Status](https://camo.githubusercontent.com/6cc1da90fc5b5f4b558a8566c071c5f93dde7c2c813adcba8154a35faef2ab37/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7369746564796e6f2f706865726769652d72656d696e646572732e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/sitedyno/phergie-reminders)

Install
-------

[](#install)

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

```
composer require sitedyno/phergie-reminders

```

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

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

[](#configuration)

Configuration is optional.

```
return [
    'plugins' => [
        // dependencies
        new \Phergie\Irc\Plugin\React\Command\Plugin,

        // optional dependencies
        new \Phergie\Irc\Plugin\React\CommandHelp\Plugin([
            // List of plugins that subscribe to command events
            // Used to return a list of available commands to users
            'plugins' => [
                new \Sitedyno\Phergie\Plugin\Reminders\Plugin,
            ]
        ]),

        // configuration
        new \Sitedyno\Phergie\Plugin\Reminders\Plugin([
            // path to the reminder cache
            'cachePath' => '/home/coolperson/phergie',
            // file name of the reminder cache file
            'cacheFile' => '.phergie-reminders',
            // If true the plugin responds in private message only
            'forcePMs' => true,
            // If a user has a list of reminders larger than this value
            // the repsonse  will be in private message
            'maxListSize' => 5,
        ])
    ]
];
```

For more info about dependency configuration see [Command Plugin](https://github.com/phergie/phergie-irc-plugin-react-command) and [Command Help Plugin](https://github.com/phergie/phergie-irc-plugin-react-commandhelp)

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 MIT License. See `LICENSE`.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

3436d ago

Major Versions

1.0.2 → 2.0.02016-12-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/216721?v=4)[sitedyno](/maintainers/sitedyno)[@sitedyno](https://github.com/sitedyno)

---

Top Contributors

[![sitedyno](https://avatars.githubusercontent.com/u/216721?v=4)](https://github.com/sitedyno "sitedyno (28 commits)")

---

Tags

irc-botphergiepluginbotircphergie

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sitedyno-phergie-reminders/health.svg)

```
[![Health](https://phpackages.com/badges/sitedyno-phergie-reminders/health.svg)](https://phpackages.com/packages/sitedyno-phergie-reminders)
```

PHPackages © 2026

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