apathyff/hive

A simple PHP wrapper for interacting with the Natural Selection 2 "Hive".

dev-main 2022-08-29 16:57 UTC

This package is auto-updated.

Last update: 2024-03-29 04:46:42 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();