Difference between revisions of "Developer Resources"

From WHMCS Documentation

(Replaced content with "This page has moved to https://developers.whmcs.com/")
Line 1: Line 1:
Develop with the leading automation platform for web hosting providers.
+
This page has moved to https://developers.whmcs.com/
 
 
<html>
 
<br />
 
<style>
 
.spaced-buttons .btn {
 
margin: 2px 0;
 
}
 
</style>
 
<div class="row spaced-buttons">
 
<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 spaced-buttons">
 
<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>
 
<a href="https://github.com/WHMCS/templates-six" target="_blank" class="btn btn-default">Template Repository (GitHub)</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>
 
 
 
<br />
 
 
 
<div class="docs-alert-warning text-center">
 
<a href="http://www.whmcs.com/subscribe/" target="_blank"><strong>Subscribe to our Developer Mailing List</strong></a> to receive news and information about upcoming<br />new releases and changes before they are released to the general public.
 
</div>
 
 
 
</html>
 
 
 
__NOTOC__
 

Revision as of 09:10, 4 January 2017

This page has moved to https://developers.whmcs.com/