-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.1 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": "ejetar/bandwidth-recorder",
"description": "This is a magical PHP CLI script that records the bandwidth per process/user for a certain period of time, through Nethogs! \uD83E\uDDD9",
"homepage": "https://ejetar.com/projects/bandwidth-recorder",
"type": "project",
"license": "MIT",
"version": "1.0.0",
"authors": [
{
"name": "Guilherme Almeida Girardi",
"email": "[email protected]",
"homepage": "https://guilhermegirardi.com",
"role": "Developer"
}
],
"keywords": [
"php",
"nethogs",
"bandwidth",
"traffic",
"monitor",
"network",
"tracemode",
"trace",
"process",
"iftop",
"vnstat",
"iptraf-ng",
"netstat"
],
"require": {
"php": ">=7.4",
"nategood/commando": "^0.4.0",
"spatie/async": "^1.5"
},
"autoload": {
"psr-4": {
"Ejetar\\BandwidthReceiver\\": "src"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}