2017 © Pedro Peláez
 

library phergie-twitch-status

Phergie plugin for fetching a twitch channel's status/title.

image

sitedyno/phergie-twitch-status

Phergie plugin for fetching a twitch channel's status/title.

  • Saturday, December 24, 2016
  • by sitedyno
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

sitedyno/phergie-twitch-status

Phergie plugin for fetching a twitch channel's status/title., (*1)

Build Status, (*2)

Install

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

php composer.phar require sitedyno/phergie-twitch-status, (*4)

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

Configuration

return [
    'plugins' => [
        // dependencies
        new \Phergie\Plugin\Dns\Plugin,
        new \Phergie\Plugin\Http\Plugin,
        new \Phergie\Irc\Plugin\React\Url\Plugin,

        // configuration
        new \Sitedyno\Phergie\Plugin\Twitch-status\Plugin([
            // optional: template used to define response to urls
            'responseFormat' => '%viewers% viewers watching %display_name% play %game% - %status%',
        ])
    ]
];

Tests

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

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

License

Released under the BSD License. See LICENSE., (*7)

The Versions

24/12 2016

dev-master

9999999-dev

Phergie plugin for fetching a twitch channel's status/title.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin bot irc phergie

14/02 2016

1.0.0

1.0.0.0

Phergie plugin for fetching a twitch channel's status/title.

  Sources   Download

MIT

The Requires

 

The Development Requires

plugin bot irc phergie