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.
  
*'''[http://www.whmcs.com/members/dl.php?type=d&id=14 Module Development Kit]''' - guide & template for creating your own product/server provisioning modules
+
*'''[[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
 
*'''[http://www.whmcs.com/members/dl.php?type=d&id=16 Registrar Development Kit]''' - guide & template for creating a domain registrar module
 
*'''[http://www.whmcs.com/members/dl.php?type=d&id=15 Gateway Development 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

Revision as of 16:17, 17 November 2011

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.