Skip to content

A simple API for reading CSStats.dat binary data written in PHP

License

Notifications You must be signed in to change notification settings

ltsochev-dev/cstrike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple API for reading CSStats.dat binary data written in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages