Difference between revisions of "Developer Resources"

From WHMCS Documentation

(Extending Functionality)
(Extending Functionality)
Line 19: Line 19:
  
 
*'''[[Provisioning Module Developer Docs]]''' - docs for creating your own product/server provisioning modules '''[UPDATED]'''
 
*'''[[Provisioning Module Developer Docs]]''' - docs for creating your own product/server provisioning modules '''[UPDATED]'''
*'''[http://www.whmcs.com/members/dl.php?type=d&id=16 Registrar Development Kit]''' - guide & template for creating a domain registrar module
+
*'''[[Registrar Module Developer Docs]]''' - guide & template for creating a domain registrar module for WHMCS '''[UPDATED]'''
*'''[http://www.whmcs.com/members/dl.php?type=d&id=15 Gateway Development Kit]''' - guide & template for creating a payment gateway module
+
*'''[[Gateway Module Developer Docs]]''' - guide & template for creating a payment gateway module for WHMCS
 
*'''[[SQL Helper Functions]]''' - how to use the MySQL functions built into WHMCS
 
*'''[[SQL Helper Functions]]''' - how to use the MySQL functions built into WHMCS
 
*'''[[Addon Modules]]''' - addon modules allow you to create both custom admin pages and hooks for additional functionality
 
*'''[[Addon Modules]]''' - addon modules allow you to create both custom admin pages and hooks for additional functionality

Revision as of 01:04, 24 March 2012

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

Help & information relating to the customisation of templates and language files within WHMCS.

Extending Functionality

Detailed developer documentation & resources for how to create modules, pages and use hooks to integrate & extend system functionality.

API

The API docs provide details and code samples for interfacing with the WHMCS API from both within WHMCS itself, and outside it from custom code or third party applications.