wildphp/module-configuration

This package is abandoned and no longer maintained. No replacement package was suggested.

Configuration provider for WildPHP

v2.0.0 2015-12-10 20:21 UTC

This package is not auto-updated.

Last update: 2017-08-27 17:13:19 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads

This module provides a configuration framework for reading NEON (and in the future possibly different) configuration files. It provides an easy way to access configuration items.

System Requirements

If your setup can run the main bot, it can run this module as well.

Installation

To install this module, we will use composer:

composer require wildphp/module-ircconnection

That will install all required files for the module. In order to activate the module, add the following line to your main.modules file:

WildPHP\CoreModules\Configuration\Configuration

The bot will run the module the next time it is started.

License

This module is licensed under the GNU General Public License, version 3. Please see LICENSE to read it.