doctormckay / steam-totp
PHP library to deal with Steam's proprietary TOTP algorithm
Installs: 16 831
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 3
Forks: 7
Open Issues: 0
This package is auto-updated.
Last update: 2024-10-28 11:43:39 UTC
README
PHP library for TOTP for use with Steam. It's documented with phpdoc; just read it to learn how to use it.
Only requirement is cURL.
Example
<?php require_once 'vendor/autoload.php'; // if you're using composer use SteamTotp\SteamTotp; echo "Login code: " . SteamTotp::getAuthCode("cnOgv/KdpLoP6Nbh0GMkXkPXALQ=");