Download the PHP package kruzya/steam-id-converter without Composer
On this page you can find all versions of the php package kruzya/steam-id-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kruzya/steam-id-converter
More information about kruzya/steam-id-converter
Files in kruzya/steam-id-converter
Download kruzya/steam-id-converter
More information about kruzya/steam-id-converter
Files in kruzya/steam-id-converter
Vendor kruzya
Package steam-id-converter
Short Description Simple library for converting SteamID to v2/v3/community and vice versa
License mit
Package steam-id-converter
Short Description Simple library for converting SteamID to v2/v3/community and vice versa
License mit
Please rate this library. Is it a good library?
Informations about the package steam-id-converter
SteamID Converter
A simple SteamID converter library for using in any project.
Author
- CrazyHackGUT aka Kruzya - Developer/Maintainer
Install
composer require kruzya/steam-id-converter
Example
Method | Result |
---|---|
$steam->v3() |
[U:1:111331224] |
$steam->accountId() |
111331224 |
$steam->communityId() |
76561198071596952 |
$steam->v2(0) |
STEAM_0:0:55665612 |
$steam->v2(1) |
STEAM_1:0:55665612 |
$steam->v2WithoutX() |
0:55665612 |
License
MIT
All versions of steam-id-converter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-gmp Version *
ext-gmp Version *
The package kruzya/steam-id-converter contains the following files
Loading the files please wait ....