chrismou / phergie-irc-plugin-react-php
Phergie plugin for PHP function lookups
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chrismou/phergie-irc-plugin-react-php
Requires
Requires (Dev)
Suggests
- phergie/phergie-irc-plugin-react-commandhelp: provides interactive help for commands
This package is auto-updated.
Last update: 2025-09-12 05:27:59 UTC
README
Phergie plugin for PHP function lookups.
Install
The recommended method of installation is through composer.
composer require chrismou/phergie-irc-plugin-react-php
See Phergie documentation for more information on installing and enabling plugins.
Configuration
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 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
.