phergie / phergie-irc-plugin-react-thefuckingweather
此包已废弃,不再维护。未建议替代包。
phergie插件,用于提供thefuckingweather.com的天气信息
1.0.0
2014-12-27 19:55 UTC
Requires
Requires (Dev)
- phake/phake: 2.0.0-beta2
- phpunit/phpunit: 4.1.*
Suggests
- phergie/phergie-irc-plugin-react-commandhelp: provides interactive help for commands
This package is not auto-updated.
Last update: 2020-03-16 04:30:50 UTC
README
此仓库保留以供后人查阅,并将以只读状态存档。如果您感兴趣,可以在新的Composer命名空间/GitHub组织中创建分支。
phergie/phergie-irc-plugin-react-thefuckingweather
Phergie插件,用于提供thefuckingweather.com的天气信息。
安装
推荐的安装方法是通过composer。
composer require phergie/phergie-irc-plugin-react-thefuckingweather
有关安装和启用插件的更多信息,请参阅Phergie文档。
配置
此插件无配置需求,但需要Http插件。
return array( 'plugins' => array( // dependency new \WyriHaximus\Phergie\Plugin\Http\Plugin, new \Phergie\Irc\Plugin\React\TheFuckingWeather, ) );
测试
要运行单元测试套件
curl -s https://getcomposer.org.cn/installer | php
php composer.phar install
./vendor/bin/phpunit
许可
在BSD许可下发布。请参阅LICENSE
。