PHP code example of kruzya / steam-id-converter

1. Go to this page and download the library: Download kruzya/steam-id-converter library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

kruzya / steam-id-converter example snippets




// we're think you're already loaded
// autoloader from Composer.
$steam = new \Kruzya\SteamIdConverter\SteamID("STEAM_0:0:55665612");

// How you can just call object methods
// for get SteamID in any another formats.