An easy-to-use steamid type with functions to parse and render steam2 and steam3 IDs.
An easy-to-use SteamID type with functions to parse and render steam2 and steam3 IDs.
This library is based off of SteamID.php by xPaw.
The primary semantic breaking change between 1.0 (and earlier version) and 2.0 is that in 1.0, a constructed SteamID
type is not necessarily valid, while in 2.0 it is always valid. This means that the library will explicitly validate your types while parsing, and functions on it will always return valid results.