A simple API for reading CSStats.dat binary data with PHP 5.4+
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
- 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