apathyff/hive
A simple PHP wrapper for interacting with the Natural Selection 2 "Hive".
Maintainers
dev-main
2022-08-29 16:57 UTC
Requires
- guzzlehttp/command: ^1.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0-or-later 85c7ac421a39b5800a4a2c315518a6c92a297da1
This package is auto-updated.
Last update: 2026-06-29 02:02:27 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();
