monitor/composer.json
2024-11-10 21:26:45 +08:00

22 lines
504 B
JSON

{
"name": "laysense/monitor",
"description": "A package to use Websocket API of ping0.cc to monitor the ping latency of target host [TEST ONLY]",
"type": "library",
"require": {
"textalk/websocket": ">=1.5"
},
"license": "AGPL",
"autoload": {
"psr-4": {
"Laysense\\Monitor\\": "src/"
}
},
"authors": [
{
"name": "Enoch",
"email": "enoch@laysese.com"
}
],
"minimum-stability": "dev"
}