Download the PHP package aon4o/cs2-gsi-parser without Composer
On this page you can find all versions of the php package aon4o/cs2-gsi-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aon4o/cs2-gsi-parser
More information about aon4o/cs2-gsi-parser
Files in aon4o/cs2-gsi-parser
Package cs2-gsi-parser
Short Description A parser for CS2 Game State Integration data.
License MIT
Homepage https://github.com/aon4o/cs2-gsi-parser
Informations about the package cs2-gsi-parser
A parser for CS2 Game State Integration data.
This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
Usage
Parser
The GameState::from() function accepts a JSON string, an associative array or an object.
The result you get back is a fully typed object representing the game state.
Config generator
You can also generate a config file for CS2 GSI.
Event Extractor
The package also provides a custom event extractor.
This is not a feature of CS2 GSI, but a custom definition of events based on changes in the game state.
The events are defined in the Aon4o\Cs2GsiParser\Enums\Custom\Event enum.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Alex Naida
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
