Difference between revisions of "Developer Resources"

From WHMCS Documentation

(Extending Functionality)
(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]'''
 
*'''[[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]'''
 
*'''[[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 '''[UPDATED]'''

Revision as of 17:15, 27 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.