Difference between revisions of "Developer Resources"
From WHMCS Documentation
Line 1: | Line 1: | ||
− | + | Resources for developers including how-to guides, api documentation and code samples. | |
− | + | <html> | |
− | == | + | <br /> |
+ | <div class="row"> | ||
+ | <div class="col-md-4 text-center"> | ||
− | + | <i class="fa fa-cube fa-4x"></i> | |
+ | <h2>Modules</h2> | ||
+ | <p>Extend WHMCS functionality by creating a module.</p> | ||
+ | <a href="http://docs.whmcs.com/Creating_Modules" class="btn btn-info">Create a module</a><br /> | ||
+ | <a href="https://github.com/whmcs" target="_blank" class="btn btn-default">Code Samples (Github)</a> | ||
− | + | </div> | |
− | + | <div class="col-md-4 text-center"> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | <i class="fa fa-gear fa-4x"></i> |
+ | <h2>Hooks</h2> | ||
+ | <p>Tie into events as they occur inside WHMCS.</p> | ||
+ | <a href="http://docs.whmcs.com/Hooks" class="btn btn-info">Hooks Overview</a><br /> | ||
+ | <a href="http://docs.whmcs.com/Hooks:Index" class="btn btn-default">Hook Directory</a> | ||
− | + | </div> | |
+ | <div class="col-md-4 text-center"> | ||
− | + | <i class="fa fa-code fa-4x"></i> | |
− | + | <h2>API</h2> | |
− | + | <p>Interact with WHMCS from custom code & third party applications.</p> | |
− | + | <a href="http://docs.whmcs.com/API" class="btn btn-default">API Overview</a> | |
− | + | <a href="http://docs.whmcs.com/API:JSON_Sample_Code" class="btn btn-default">Sample Code</a> | |
− | + | <a href="http://docs.whmcs.com/API:Functions" class="btn btn-info">Function Directory</a> | |
− | + | <a href="http://docs.whmcs.com/API:Internal_API" class="btn btn-default">Internal API</a> | |
− | |||
− | |||
− | |||
− | + | </div> | |
+ | </div> | ||
− | + | <br /><br /> | |
− | + | <div class="row"> | |
− | + | <div class="col-md-4 text-center"> | |
− | + | ||
− | + | <i class="fa fa-paint-brush fa-4x"></i> | |
− | + | <h2>Templates</h2> | |
+ | <p>Design and develop custom themes.</p> | ||
+ | <a href="http://docs.whmcs.com/Customising_the_Six_Theme" class="btn btn-info">Customising WHMCS</a> | ||
+ | <a href="http://docs.whmcs.com/Template_Syntax" class="btn btn-info">Template Language/Syntax Reference</a> | ||
+ | <a href="http://docs.whmcs.com/Client_Area_Template_Files" class="btn btn-default">Client Area</a> | ||
+ | <a href="http://docs.whmcs.com/Admin_Area_Template_Files" class="btn btn-default">Admin Area</a> | ||
+ | <a href="http://docs.whmcs.com/Order_Form_Templates" class="btn btn-default">Order Forms</a> | ||
+ | <a href="http://docs.whmcs.com/PDF_Invoice" class="btn btn-default">PDF Invoice</a> | ||
+ | |||
+ | </div> | ||
+ | <div class="col-md-4 text-center"> | ||
+ | |||
+ | <i class="fa fa-lock fa-4x"></i> | ||
+ | <h2>OAuth/OpenID</h2> | ||
+ | <p>APIs for Authenticating with WHMCS</p> | ||
+ | <a href="http://docs.whmcs.com/WHMCS_Single_Sign-On_Developer_Guide" class="btn btn-info">WHMCS Single Sign-On</a> | ||
+ | <a href="http://docs.whmcs.com/OpenID_Connect_Developer_Guide" class="btn btn-info">OpenID Connect</a> | ||
+ | |||
+ | </div> | ||
+ | <div class="col-md-4 text-center"> | ||
+ | |||
+ | <i class="fa fa-file-text-o fa-4x"></i> | ||
+ | <h2>Reference Docs</h2> | ||
+ | <p>The following articles are available for reference.</p> | ||
+ | |||
+ | <a href="http://docs.whmcs.com/Internal_Functions" class="btn btn-default">Internal Functions</a> | ||
+ | <a href="http://docs.whmcs.com/Interacting_With_The_Database" class="btn btn-default">Interacting with the Database</a> | ||
+ | <a href="http://docs.whmcs.com/Creating_Pages" class="btn btn-default">Creating Your Own Pages</a> | ||
+ | <a href="http://docs.whmcs.com/Language_Files" class="btn btn-default">Language Files</a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <h1>App Store</h1> | ||
+ | <p>Find out <a href="http://www.whmcs.com/appstore">How it Works</a> and How to <a href="http://www.whmcs.com/members/communityaddons.php?action=add">Submit a Listing</a>.</p> | ||
+ | |||
+ | </html> | ||
+ | |||
+ | __NOTOC__ |
Revision as of 11:24, 15 December 2015
Resources for developers including how-to guides, api documentation and code samples.
API
Interact with WHMCS from custom code & third party applications.
API Overview Sample Code Function Directory Internal APITemplates
Design and develop custom themes.
Customising WHMCS Template Language/Syntax Reference Client Area Admin Area Order Forms PDF InvoiceReference Docs
The following articles are available for reference.
Internal Functions Interacting with the Database Creating Your Own Pages Language FilesApp Store
Find out How it Works and How to Submit a Listing.