Skip to content

elstamey/phergie-irc-plugin-react-cfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phergie/phergie-irc-plugin-react-cfp

Phergie plugin for To list the currently open calls for papers.

Build Status

Install

The recommended method of installation is through composer.

{
    "require": {
        "phergie/phergie-irc-plugin-react-cfp": "dev-master"
    }
}

See Phergie documentation for more information on installing and enabling plugins.

Configuration

return [
    'plugins' => [
        // configuration
        new \Phergie\Irc\Plugin\React\Cfp\Plugin([



        ])
    ]
];

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.

About

An IRC plugin to collect and return the current calls for papers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages