This module can be used to automate the provisioning of services from Blesta to your GamePanel.io instance.
This project uses composer to manage it's dependencies.
We've pre-packed everything you need into one neat little zip file.
- Head to the latest release and download the
gamepanelio.zipfile. - Unzip & follow the instructions supplied.
If you want to build the module from the source, we've supplied the script to do it.
- Clone this repo
- Run
composer install
- Run the package script
sh bin/package-module.sh
- Unzip the
build/gamepanelio.zipfile and upload
This module has PHPUnit tests.
After installing via composer, run them like so:
./vendor/bin/phpunitThis module is licensed under the MIT license. See the LICENSE file for
more info.