Difference between revisions of "Developer Resources"

From WHMCS Documentation

(Created page with 'For developers, WHMCS has all the capabilities you might need to allow you to customize, integrate & extend the core system into your own website & applications. __TOC__ ==Displ…')
 
(Extending Functionality)
Line 16: Line 16:
 
These documents provide information on how to extend and integrate WHMCS with additional third party systems.
 
These documents provide information on how to extend and integrate WHMCS with additional third party systems.
  
*'''[[Module Dev Kit]]''' - guide & template for creating your own product/server provisioning modules
+
*'''[http://www.whmcs.com/members/dl.php?type=d&id=14 Module Development Kit]''' - guide & template for creating your own product/server provisioning modules
*'''[[Registrar Dev Kit]]''' - guide & template for creating a domain registrar module
+
*'''[http://www.whmcs.com/members/dl.php?type=d&id=16 Registrar Development Kit]''' - guide & template for creating a domain registrar module
*'''[[Gateway Dev Kit]]''' - guide & template for creating a payment gateway module
+
*'''[http://www.whmcs.com/members/dl.php?type=d&id=15 Gateway Development Kit]''' - guide & template for creating a payment gateway module
 
*'''[[Creating Pages]]''' - shows you how to create your own pages for the client area
 
*'''[[Creating Pages]]''' - shows you how to create your own pages for the client area
 
*'''[[Action Hooks]]''' - hooks allow you to run your own code when various events & actions occur inside WHMCS
 
*'''[[Action Hooks]]''' - hooks allow you to run your own code when various events & actions occur inside WHMCS

Revision as of 22:26, 3 March 2010

For developers, WHMCS has all the capabilities you might need to allow you to customize, integrate & extend the core system into your own website & applications.

Display Customisation

These articles provide help & information with customising your WHMCS system.

Extending Functionality

These documents provide information on how to extend and integrate WHMCS with additional third party systems.

API

These articles provide details about interfacing with WHMCS remotely from your own code & applications:

  • API Information - overview & setup info
  • Example Code - sample PHP code for calling & interpreting the responses of the WHMCS API
  • API Functions - individual documentation for all the functions of the API