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.zip
file. - 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.zip
file and upload
This module has PHPUnit tests.
After installing via composer, run them like so:
./vendor/bin/phpunit
This module is licensed under the MIT license. See the LICENSE
file for
more info.