/module-blesta

💰 Integrate Blesta with your GamePanel.io!

Primary LanguagePHPMIT LicenseMIT

GamePanel.io Blesta Provisioning Module

This module can be used to automate the provisioning of services from Blesta to your GamePanel.io instance.

Installation

This project uses composer to manage it's dependencies.

We've pre-packed everything you need into one neat little zip file.

  1. Head to the latest release and download the gamepanelio.zip file.
  2. Unzip & follow the instructions supplied.

Building

If you want to build the module from the source, we've supplied the script to do it.

  1. Clone this repo
  2. Run
    composer install
  3. Run the package script
    sh bin/package-module.sh
  4. Unzip the build/gamepanelio.zip file and upload

Tests

This module has PHPUnit tests.

After installing via composer, run them like so:

./vendor/bin/phpunit

License

This module is licensed under the MIT license. See the LICENSE file for more info.