naminator/cstrike
Composer 安装命令:
composer require naminator/cstrike
包简介
A simple API for reading CSStats.dat binary data.
README 文档
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
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-02