2017 © Pedro Peláez
 

library phergie-irc-plugin-react-magic-eight-ball

Phergie plugin for Helping users make decisions

image

phergie/phergie-irc-plugin-react-magic-eight-ball

Phergie plugin for Helping users make decisions

  • Tuesday, December 22, 2015
  • by dstockto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 239 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

phergie/phergie-irc-plugin-react-magic-eight-ball

Phergie plugin for Helping users make decisions., (*1)

Build Status Coverage Status Code Climate, (*2)

Install

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

{
    "require": {
        "phergie/phergie-irc-plugin-react-magic-eight-ball": "~2"
    }
}

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

Configuration

The Magic Eightball plugin requires a response provider with the AnswerProvider interface. The EightballProvider comes with the plugin but you can provide your own class if you want to provide different answers., (*5)

new \Phergie\Irc\Plugin\React\MagicEightBall\Plugin()

By default, the Plugin will provide \Phergie\Irc\Plugin\React\MagicEightBall\EightballProvider() if you do not specify a provider. You can also create your own provider and send it into the plugin to get different responses., (*6)

new \Phergie\Irc\Plugin\React\MagicEightBall\Plugin(
    new \Phergie\Irc\Plugin\React\MagicEightBall\EightballProvider() // Replace with your own provider
)

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 BSD License. See LICENSE., (*8)

The Versions

22/12 2015

dev-master

9999999-dev

Phergie plugin for Helping users make decisions

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

22/12 2015

2.0.0

2.0.0.0

Phergie plugin for Helping users make decisions

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

24/04 2015

V1.0

1.0.0.0

Phergie plugin for Helping users make decisions

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

29/12 2014

dev-update-dependencies

dev-update-dependencies

Phergie plugin for Helping users make decisions

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie

28/11 2014

dev-phergie-irc-plugin-react-magic-eightball-1

dev-phergie-irc-plugin-react-magic-eightball-1

Phergie plugin for Helping users make decisions

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

plugin bot irc phergie