apathyff/hive

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

Maintainers

👁 apathyFF

Package info

gitlab.com/apathyFF/ns2-hive-php

Issues

pkg:composer/apathyff/hive

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

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

Requires

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();