2017 © Pedro Peláez
 

library phergie-irc-plugin-react-php

Phergie plugin for PHP function lookups

image

chrismou/phergie-irc-plugin-react-php

Phergie plugin for PHP function lookups

  • Thursday, March 24, 2016
  • by chrismou
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP function lookup plugin for Phergie

Phergie plugin for PHP function lookups., (*1)

Build Status Test Coverage Code Climate Buy me a beer, (*2)

Install

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

composer require chrismou/phergie-irc-plugin-react-php

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

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!, (*5)

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