Difference between revisions of "Developer Resources"

From WHMCS Documentation

(Extending Functionality)
(Extending Functionality)
Line 24: Line 24:
 
*'''[[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
 
*'''[[Creating Pages]]''' - demonstrates how to create custom pages for the client area
 
*'''[[Creating Pages]]''' - demonstrates how to create custom pages for the client area
 +
*'''[[Reports]]''' - explains how to modify or create new reports
 
*'''[[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
 
*'''[[AutoAuth]]''' - for automatically authenticating clients from custom code
 
*'''[[AutoAuth]]''' - for automatically authenticating clients from custom code

Revision as of 16:58, 28 February 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.