apathyff / hive
A simple PHP wrapper for interacting with the Natural Selection 2 "Hive".
dev-main
2022-08-29 16:57 UTC
Requires
- guzzlehttp/command: ^1.2
This package is auto-updated.
Last update: 2025-03-29 01:04:52 UTC
README
NS2 Hive PHP
This is a small PHP wrapper for interacting with the Natural Selection 2 "Hive".
Usage
$hive = new \apathy\Hive\Hive($steamId);
$hive->player->getSkill('marine');
$hive->player->getCommSkill('alien');
$hive->player->getPlaytime();