Difference between revisions of "Creating Modules"

From WHMCS Documentation

(Dev Kits)
Line 1: Line 1:
 
If you want to integrate WHMCS with a payment gateway that isn't supported, or automate account creation on a propriety control panel, or register domains with a domain registrar that isn't supported, then you will need to create your own module.
 
If you want to integrate WHMCS with a payment gateway that isn't supported, or automate account creation on a propriety control panel, or register domains with a domain registrar that isn't supported, then you will need to create your own module.
  
With WHMCS, we make this a very easy process by providing documentation and templates for each type of module which make it as easy to implement a module as the API you are integrating.
+
With WHMCS, we try to make this as easy as possible with extensive and clear documentation along with full sample templates to use as a basis for creating all modules.
 +
 
 +
To begin, choose the module type you are looking to create from below:
  
 
==Dev Kits==
 
==Dev Kits==
Line 8: Line 10:
 
*[http://www.whmcs.com/members/dl.php?type=d&id=15 Gateway Module Development Kit]
 
*[http://www.whmcs.com/members/dl.php?type=d&id=15 Gateway Module Development Kit]
 
*[http://www.whmcs.com/members/dl.php?type=d&id=16 Registrar Module Development Kit]
 
*[http://www.whmcs.com/members/dl.php?type=d&id=16 Registrar Module Development Kit]
 +
 +
 +
For more information on developing with WHMCS, please refer to our [[Developer Resources]] page

Revision as of 15:48, 8 July 2011

If you want to integrate WHMCS with a payment gateway that isn't supported, or automate account creation on a propriety control panel, or register domains with a domain registrar that isn't supported, then you will need to create your own module.

With WHMCS, we try to make this as easy as possible with extensive and clear documentation along with full sample templates to use as a basis for creating all modules.

To begin, choose the module type you are looking to create from below:

Dev Kits


For more information on developing with WHMCS, please refer to our Developer Resources page