Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DoctorMcKay/php-steamid

SteamID class for PHP
https://github.com/DoctorMcKay/php-steamid

Last synced: about 2 months ago
JSON representation

SteamID class for PHP

Awesome Lists containing this project

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;
```