Difference between revisions of "Creating Modules"

From WHMCS Documentation

(Gateway Modules)
Line 1: Line 1:
 
Modules allow you to create applications that extend the functionality of WHMCS.
 
Modules allow you to create applications that extend the functionality of WHMCS.
  
{{Developer_Links}}
+
<div class="row">
 
+
<div class="col-sm-6">
==Provisioning (Server) Modules==
+
<h2><i class="fa fa-database"></i> Provisioning Modules</h2>
 
+
<p>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.</p>
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]]
 
* [[Provisioning Module Developer Docs]]
 
* [https://github.com/WHMCS/sample-provisioning-module Sample Provisioning Module] (Hosted on Github)
 
* [https://github.com/WHMCS/sample-provisioning-module Sample Provisioning Module] (Hosted on Github)
 
+
</div>
==Addon Modules==
+
<div class="col-sm-6">
 
+
<h2><i class="fa fa-cube"></i> Addon Modules</h2>
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.
+
<p>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.</p>
 
 
 
* [[Addon Module Developer Docs]]
 
* [[Addon Module Developer Docs]]
 
* [https://github.com/WHMCS/sample-addon-module Sample Addon Module Code] (Coming soon...)
 
* [https://github.com/WHMCS/sample-addon-module Sample Addon Module Code] (Coming soon...)
 +
</div>
 +
</div>
  
==Gateway Modules==
+
<br />
 
 
Gateway Module allow you to connect WHMCS with additional payment and credit card processors for processing and capturing payments.
 
  
 +
<div class="row">
 +
<div class="col-sm-6">
 +
<h2><i class="fa fa-credit-card-alt"></i> Gateway Modules</h2>
 +
<p>Gateway Module allow you to connect WHMCS with additional payment and credit card processors for processing and capturing payments.</p>
 
* [[Gateway Module Developer Docs]]
 
* [[Gateway Module Developer Docs]]
 
*[https://github.com/WHMCS/sample-gateway-module Sample Third-Party Gateway Module]
 
*[https://github.com/WHMCS/sample-gateway-module Sample Third-Party Gateway Module]
 
*[https://github.com/WHMCS/sample-merchant-gateway Sample Merchant Gateway Module]
 
*[https://github.com/WHMCS/sample-merchant-gateway Sample Merchant Gateway Module]
 
+
</div>
==Registrar Modules==
+
<div class="col-sm-6">
 
+
<h2><i class="fa fa-globe"></i> Registrar Modules</h2>
Registrar Modules, also referred to as Domain Modules, allow you to create modules to allow for the registration and management of domains within WHMCS.
+
<p>Registrar Modules, also referred to as Domain Modules, allow you to create modules to allow for the registration and management of domains within WHMCS.</p>
 
 
 
* [[Registrar Module Developer Docs]]
 
* [[Registrar Module Developer Docs]]
 
* [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]
 +
</div>
 +
</div>
  
 
For more information on developing with WHMCS, please refer to our [[Developer Resources]] page
 
For more information on developing with WHMCS, please refer to our [[Developer Resources]] page
 +
 +
{{Developer_Links}}
  
 
__NOTOC__
 
__NOTOC__

Revision as of 11:30, 15 December 2015

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

Provisioning 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