2017 © Pedro Peláez
 

library steamid

PHP SteamID Manipulation

image

doctormckay/steamid

PHP SteamID Manipulation

  • Saturday, September 10, 2016
  • by McKay
  • Repository
  • 2 Watchers
  • 3 Stars
  • 210 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 4 Versions
  • 7 % Grown

The README.md

php-steamid

SteamID class for PHP. The class is documented with phpdoc, just read it to find out how to use it., (*1)

Works on both 32 and 64-bit PHP., (*2)

node.js version is also available, which can be browserified pretty easily., (*3)

Example

<?php
require_once 'vendor/autoload.php';

use SteamID\SteamID;

$steamid = new SteamID('76561197960435530');

echo "SteamID2: " . $steamid->getSteam2RenderedID() . PHP_EOL;
echo "SteamID3: " . $steamid->getSteam3RenderedID() . PHP_EOL;
echo "SteamID64: " . $steamid->getSteamID64() . PHP_EOL;

The Versions

10/09 2016

dev-master

9999999-dev

PHP SteamID Manipulation

  Sources   Download

MIT

The Requires

 

by Alexander Corn
by Nikki

10/09 2016

v1.0.2

1.0.2.0

PHP SteamID Manipulation

  Sources   Download

MIT

The Requires

 

by Alexander Corn
by Nikki

29/09 2015

v1.0.1

1.0.1.0

PHP SteamID Manipulation

  Sources   Download

MIT

The Requires

 

by Alexander Corn
by Nikki

29/09 2015

v1.0.0

1.0.0.0

PHP SteamID Manipulation

  Sources   Download

MIT

The Requires

 

by Alexander Corn
by Nikki