https://github.com/chrismou/phergie-irc-plugin-react-php
Phergie plugin for PHP function lookups (https://github.com/phergie/phergie-irc-bot-react)
https://github.com/chrismou/phergie-irc-plugin-react-php
Last synced: 6 months ago
JSON representation
Phergie plugin for PHP function lookups (https://github.com/phergie/phergie-irc-bot-react)
- Host: GitHub
- URL: https://github.com/chrismou/phergie-irc-plugin-react-php
- Owner: chrismou
- License: bsd-2-clause
- Created: 2015-01-21T11:12:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T14:43:36.000Z (almost 10 years ago)
- Last Synced: 2025-03-22T23:23:18.443Z (9 months ago)
- Language: PHP
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP function lookup plugin for [Phergie](https://github.com/phergie/phergie-irc-bot-react/)
[Phergie](https://github.com/phergie/phergie-irc-bot-react/) plugin for PHP function lookups.
[](https://scrutinizer-ci.com/g/chrismou/phergie-irc-plugin-react-php/build-status/master)
[](https://codeclimate.com/github/chrismou/phergie-irc-plugin-react-php/coverage)
[](https://codeclimate.com/github/chrismou/phergie-irc-plugin-react-php)
[](https://www.paypal.me/chrismou)
## Install
The recommended method of installation is [through composer](http://getcomposer.org).
```
composer require chrismou/phergie-irc-plugin-react-php
```
See Phergie documentation for more information on
[installing and enabling plugins](https://github.com/phergie/phergie-irc-bot-react/wiki/Usage#plugins).
## Configuration
```php
new \Chrismou\Phergie\Plugin\Php\Plugin
```
Or you can use your own sqlite DB, by passing in something like array('dbpath'=>'path/to/your/db').
The included DB is generated using [phpdocs-to-db](https://github.com/chrismou/phpdocs-to-db) which is a work in progress - if you feel you can
improve on it feel free to fork, improve and put in a pull request!
## Tests
To run the unit test suite:
```
curl -s https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit
```
## License
Released under the BSD License. See `LICENSE`.