Difference between revisions of "Creating Modules"

From WHMCS Documentation

(Gateway Modules)
(Replaced content with "<div class="docs-alert-info"> <span class="title">Note</span><br /> This page has moved to [https://developers.whmcs.com/modules/ https://developers.whmcs.com/modules/] </...")
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Modules allow you to create applications that extend the functionality of WHMCS.
+
<div class="docs-alert-info">
 
+
<span class="title">Note</span><br />
{{Developer_Links}}
+
This page has moved to [https://developers.whmcs.com/modules/ https://developers.whmcs.com/modules/]
 
+
</div>
==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.
 
 
 
* [[Provisioning Module Developer Docs]]
 
* [https://github.com/WHMCS/sample-provisioning-module Sample Provisioning Module] (Hosted on Github)
 
 
 
==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.
 
 
 
* [[Addon Module Developer Docs]]
 
* [https://github.com/WHMCS/sample-addon-module Sample Addon Module Code] (Coming soon...)
 
 
 
==Gateway Modules==
 
 
 
Gateway Module allow you to connect WHMCS with additional payment and credit card processors for processing and capturing payments.
 
 
 
* [[Gateway Module Developer Docs]]
 
*[https://github.com/WHMCS/sample-gateway-module Sample Third-Party Gateway Module]
 
*[https://github.com/WHMCS/sample-merchant-gateway Sample Merchant Gateway Module]
 
 
 
==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.
 
 
 
* [[Registrar Module Developer Docs]]
 
* [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
 
 
 
__NOTOC__
 

Latest revision as of 10:53, 4 January 2017

Note
This page has moved to https://developers.whmcs.com/modules/