naminator / cstrike
A simple API for reading CSStats.dat binary data.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/naminator/cstrike
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-10-07 13:57:05 UTC
README
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