2017 © Pedro Peláez
 

library phergie-reminders

Phergie plugin to remind you when the pizza is done.

image

sitedyno/phergie-reminders

Phergie plugin to remind you when the pizza is done.

  • Wednesday, December 21, 2016
  • by sitedyno
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

sitedyno/phergie-reminders

Phergie plugin to remind you when the pizza is done., (*1)

Build Status, (*2)

Install

The recommended method of installation is through composer., (*3)

composer require sitedyno/phergie-reminders

See Phergie documentation for more information on installing and enabling plugins., (*4)

Configuration

Configuration is optional., (*5)

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 and Command Help Plugin, (*6)

Tests

To run the unit test suite:, (*7)

curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit

License

Released under the MIT License. See LICENSE., (*8)

The Versions

21/12 2016

dev-master

9999999-dev

Phergie plugin to remind you when the pizza is done.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin bot irc phergie

21/12 2016

2.0.0

2.0.0.0

Phergie plugin to remind you when the pizza is done.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin bot irc phergie

04/06 2015

1.0.2

1.0.2.0

Phergie plugin to remind you when the pizza is done.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin bot irc phergie

08/05 2015

1.0.1

1.0.1.0

Phergie plugin to remind you when the pizza is done.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin bot irc phergie

12/04 2015

1.0.0

1.0.0.0

Phergie plugin to remind you when the pizza is done.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin bot irc phergie