Difference between revisions of "Developer Resources"

From WHMCS Documentation

(Extending Functionality)
Line 18: Line 18:
 
Detailed developer documentation & resources for how to create modules, pages and use hooks to integrate & extend system functionality.
 
Detailed developer documentation & resources for how to create modules, pages and use hooks to integrate & extend system functionality.
  
*'''[[Useful Functions for Devs]]''' - an overview of some core functions developers can make use of in custom code '''[NEW]'''
+
*'''[[Useful Functions for Devs]]''' - an overview of some core functions developers can make use of in custom code
*'''[[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
*'''[[Registrar Module Developer Docs]]''' - guide & template for creating a domain registrar module for WHMCS '''[UPDATED]'''
+
*'''[[Registrar Module Developer Docs]]''' - guide & template for creating a domain registrar module for WHMCS
 
*'''[[Gateway Module Developer Docs]]''' - guide & template for creating a payment gateway module for WHMCS
 
*'''[[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

Revision as of 06:38, 22 July 2015

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.