Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashworks/phergie-is-down-check
Phergie plugin to check websites using downforeveryoneorjustme.com.
https://github.com/hashworks/phergie-is-down-check
Last synced: about 1 month ago
JSON representation
Phergie plugin to check websites using downforeveryoneorjustme.com.
- Host: GitHub
- URL: https://github.com/hashworks/phergie-is-down-check
- Owner: hashworks
- License: gpl-3.0
- Created: 2015-02-07T21:54:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T14:55:01.000Z (over 6 years ago)
- Last Synced: 2024-10-19T22:48:44.341Z (2 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhergieIsDownCheck
[Phergie](http://github.com/phergie/phergie-irc-bot-react/) plugin to check websites using [downforeveryoneorjustme](http://downforeveryoneorjustme.com).
## Install
To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `~`.
```
composer require hashworks/phergie-plugin-is-down-check
```See Phergie documentation for more information on
[installing and enabling plugins](https://github.com/phergie/phergie-irc-bot-react/wiki/Usage#plugins).## Configuration
```php
// dependency
new \WyriHaximus\Phergie\Plugin\Dns\Plugin,
new \WyriHaximus\Phergie\Plugin\Http\Plugin(array('dnsResolverEvent' => 'dns.resolver')),
new \Phergie\Irc\Plugin\React\Command\Plugin,
new \hashworks\Phergie\Plugin\IsDownCheck\Plugin()
```##Syntax
```
<%hashworks> !isdown hashworks.net
< moonbase> Checking hashworks.net...
< moonbase> It's just you. http://hashworks.net is up.
```