Releases: xPaw/SteamID.php
Releases Β· xPaw/SteamID.php
4.0.0
- Changed namespace to
xPaw\Steam
for consistency with some of my other libraries.
SteamID
class now implements Stringable
- Added static helper methods:
FromAccountID
AccountIDToUInt64
RenderAccountID
3.0.0
- PHP 8.1 is now required
- Added namespace
xPaw\SteamID
- Added missing type hints
- Added
__toString()
(calls ConvertToUInt64
)
- Added support for my.steamchina.com profiles
- Minor fixes
2.0.0
- Requires PHP 7.3 or higher
- Added return types
- Removed
UniverseMax
const
- Parse
STEAM_0
as public universe, allow rendering both
- Added support for Steam invite urls (s.team)
RenderSteamInvite
- Handled by
SetFromURL
- Added support for CS:GO friend codes
RenderCsgoFriendCode
SetFromCsgoFriendCode
1.0.1
- Parse
[i:1:1]
correctly into Invalid
(I
) type.