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
|
{
"name": "iliaal/statgrab",
"type": "php-ext",
"description": "PHP extension wrapping libstatgrab, the cross-platform system-statistics library. CPU, memory, disk I/O, filesystems, network interfaces, processes, users.",
"keywords": ["system", "monitoring", "statistics", "libstatgrab", "php-extension", "pie", "pecl"],
"license": "PHP-3.01",
"homepage": "https://github.com/iliaal/statgrab",
"authors": [
{
"name": "Ilia Alshanetsky",
"email": "ilia@ilia.ws"
}
],
"require": {
"php": ">=8.0"
},
"php-ext": {
"extension-name": "statgrab",
"configure-options": [
{
"name": "with-statgrab",
"description": "Enable libstatgrab support (use =bundled for the vendored, leak-fixed copy)",
"needs-value": false
}
],
"support-zts": false,
"support-nts": true
}
}
|