allyans3/php-steam-totp
最新稳定版本:v1.0.0
Composer 安装命令:
composer require allyans3/php-steam-totp
包简介
PHP library to deal with Steam's proprietary TOTP algorithm
README 文档
README
This forks removes deprecated warnings on PHP 8
composer require allyans3/php-steam-totp
https://packagist.org/packages/allyans3/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.
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=");
统计信息
- 总下载量: 8.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-21