2017 © Pedro Peláez
 

library steam-totp

PHP library to deal with Steam's proprietary TOTP algorithm

image

doctormckay/steam-totp

PHP library to deal with Steam's proprietary TOTP algorithm

  • Tuesday, September 13, 2016
  • by McKay
  • Repository
  • 1 Watchers
  • 12 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

php-steam-totp

PHP library for TOTP for use with Steam. It's documented with phpdoc; just read it to learn how to use it., (*1)

Only requirement is cURL., (*2)

Example

<?php
require_once 'vendor/autoload.php'; // if you're using composer

use SteamTotp\SteamTotp;

echo "Login code: " . SteamTotp::getAuthCode("cnOgv/KdpLoP6Nbh0GMkXkPXALQ=");

The Versions

13/09 2016

dev-master

9999999-dev

PHP library to deal with Steam's proprietary TOTP algorithm

  Sources   Download

MIT

by Alexander Corn

13/09 2016

v1.0.1

1.0.1.0

PHP library to deal with Steam's proprietary TOTP algorithm

  Sources   Download

MIT

by Alexander Corn

13/08 2016

v1.0.0

1.0.0.0

PHP library to deal with Steam's proprietary TOTP algorithm

  Sources   Download

MIT

by Alexander Corn