# php-steamid **Repository Path**: mirrors_DoctorMcKay/php-steamid ## Basic Information - **Project Name**: php-steamid - **Description**: SteamID class for PHP - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-25 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # php-steamid SteamID class for PHP. The class is documented with phpdoc, just read it to find out how to use it. Works on both 32 and 64-bit PHP. [node.js version is also available](https://www.npmjs.com/package/steamid), which can be browserified pretty easily. # Example ```php getSteam2RenderedID() . PHP_EOL; echo "SteamID3: " . $steamid->getSteam3RenderedID() . PHP_EOL; echo "SteamID64: " . $steamid->getSteamID64() . PHP_EOL; ```