-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.12 KB
/
composer.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
{
"name": "localzet/webanalyzer",
"description": "Localzet WebAnalyzer is a web analysis tool that analyzes website visitors, obtaining information about their device, operating system, browser, etc. It is developed by Localzet and uses modern technologies and standards to provide detailed and accurate information.",
"type": "library",
"keywords": [
"web analysis",
"visitor analysis",
"device",
"operating system",
"browser",
"PHP",
"library",
"localzet",
"AGPL",
"psr-cache",
"maxmind-db"
],
"license": "AGPL-3.0-or-later",
"authors": [
{
"role": "Developer",
"name": "Ivan Zorin",
"email": "[email protected]",
"homepage": "https://github.com/localzet"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/localzet/WebAnalyzer/issues",
"source": "https://github.com/localzet/WebAnalyzer"
},
"autoload": {
"psr-4": {
"localzet\\WebAnalyzer\\": "src",
"localzet\\": ""
}
},
"require": {
"php": "^8.2",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"geoip2/geoip2": "~2.0"
}
}