naminator/cstrike

A simple API for reading CSStats.dat binary data.

dev-master 2014-12-02 17:02 UTC

This package is not auto-updated.

Last update: 2024-06-18 07:22:23 UTC


README

CSStats Binary Parser

A simple API for reading CSStats.dat binary data with PHP 5.4+

Installation

This library can be found on Packagist. The recommended way to install this is through composer.

Edit your composer.json and add:

{
    "require": {
        "naminator/cstrike": "dev-master"
    }
}

And install dependencies:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

Features

  • PSR-4 compliant for easy interoperability
  • Various methods to work with the user data
  • Everything is packaged in its own object for easy IDE inspection
  • phpDocBlock commented code