Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.01 KB

GamePanel.io WHMCS Provisioning Module

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

Installation

This project uses composer to manage it's dependencies.

WHMCS doesn't use composer to manage modules, so we 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 and use it in WHMCS, 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 to your WHMCS

License

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