-
Notifications
You must be signed in to change notification settings - Fork 100
/
whmcs.json
33 lines (33 loc) · 1.15 KB
/
whmcs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"schema": "1.0",
"type": "whmcs-servers",
"name": "sample-provisioning-module",
"license": "MIT",
"category": "provisioning",
"description": {
"name": "Sample Provisioning Module",
"tagline": "Provisioning Modules allow for the provisioning and management of products & services in WHMCS.",
"long": "The sample files here demonstrates how a provisioning module for WHMCS should be structured and exercises all supported functionality.",
"features": [
"Provide both client and admin facing user interfaces",
"Utilize hook functionality within WHMCS",
"Provide structure for module commands"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https:\/\/www.whmcs.com\/",
"learn_more": "https:\/\/www.whmcs.com\/tour",
"email": "[email protected]",
"support_url": "https:\/\/support.whmcs.com\/",
"docs_url": "https:\/\/developers.whmcs.com\/provisioning-modules\/"
},
"authors": [
{
"name": "WHMCS",
"homepage": "https:\/\/www.whmcs.com\/"
}
]
}