-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphp-api-doc-maker.json
75 lines (75 loc) · 2.53 KB
/
php-api-doc-maker.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"title": "Zend Framework 3 API Reference",
"copyright": "(c) 2019 by Oleg Krivtsov",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"website": "https://olegkrivtsov.github.io/zf3-api-reference/html",
"keywords": [
"php",
"zend framework",
"api",
"reference"
],
"links": {
"Home": "https://olegkrivtsov.github.io/zf3-api-reference/html",
"Contribute": "https://github.com/olegkrivtsov/zf3-api-reference"
},
"components": [
"zendframework/zend-authentication",
"zendframework/zend-barcode",
"zendframework/zend-cache",
"zendframework/zend-captcha",
"zendframework/zend-code",
"zendframework/zend-config",
"zendframework/zend-console",
"zendframework/zend-crypt",
"zendframework/zend-db",
"zendframework/zend-dom",
"zendframework/zend-escaper",
"zendframework/zend-eventmanager",
"zendframework/zend-filter",
"zendframework/zend-form",
"zendframework/zend-http",
"zendframework/zend-hydrator",
"zendframework/zend-inputfilter",
"zendframework/zend-i18n",
"zendframework/zend-json",
"zendframework/zend-log",
"zendframework/zend-mail",
"zendframework/zend-math",
"zendframework/zend-modulemanager",
"zendframework/zend-mvc",
"zendframework/zend-mvc-console",
"zendframework/zend-mvc-i18n",
"zendframework/zend-mvc-plugin-fileprg",
"zendframework/zend-mvc-plugin-flashmessenger",
"zendframework/zend-mvc-plugin-identity",
"zendframework/zend-mvc-plugin-prg",
"zendframework/zend-navigation",
"zendframework/zend-paginator",
"zendframework/zend-permissions-acl",
"zendframework/zend-permissions-rbac",
"zendframework/zend-router",
"zendframework/zend-serializer",
"zendframework/zend-servicemanager",
"zendframework/zend-session",
"zendframework/zend-soap",
"zendframework/zend-stdlib",
"zendframework/zend-test",
"zendframework/zend-uri",
"zendframework/zend-validator",
"zendframework/zend-view",
"zendframework/zend-xmlrpc"
],
"google_analytics": {
"enabled": true,
"account_id": "UA-115800598-1"
},
"google_adsence": {
"enabled": true,
"upper_ad": "data/upper_ad.js"
},
"disqus": {
"enabled": false,
"src": "//zf3-api-reference.disqus.com/embed.js"
}
}