Difference between revisions of "Creating Modules"

From WHMCS Documentation

(Provisioning (Server) Modules)
(Gateway Modules)
Line 22: Line 22:
  
 
* [[Gateway Module Developer Docs]]
 
* [[Gateway Module Developer Docs]]
*[https://github.com/WHMCS/sample-gateway-module Third-Party Gateway Module Development Kit]
+
*[https://github.com/WHMCS/sample-gateway-module Sample Third-Party Gateway Module]
*[https://github.com/WHMCS/sample-merchant-gateway Merchant Gateway Module Development Kit]
+
*[https://github.com/WHMCS/sample-merchant-gateway Sample Merchant Gateway Module]
  
 
==Registrar Modules==
 
==Registrar Modules==

Revision as of 13:25, 12 November 2015

Modules allow you to create applications that extend the functionality of WHMCS.

Provisioning (Server) Modules

Provisioning Modules, also referred to as Product or Server Modules, allow you to create modules to allow for the provisioning and management of products & services within WHMCS.

Addon Modules

Addon Modules allow you to create modules and extensions that provide client and/or admin area output and that are not directly linked to individual products/services.

Gateway Modules

Gateway Module allow you to connect WHMCS with additional payment and credit card processors for processing and capturing payments.

Registrar Modules

Registrar Modules, also referred to as Domain Modules, allow you to create modules to allow for the registration and management of domains within WHMCS.

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