wildphp / module-configuration
Configuration provider for WildPHP
Installs: 222
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/wildphp/module-configuration
Requires
- nette/neon: ^2.3
This package is not auto-updated.
Last update: 2017-08-27 17:13:19 UTC
README
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.