Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DoctorMcKay/php-steam-totp
PHP library to deal with Steam's proprietary TOTP algorithm.
https://github.com/DoctorMcKay/php-steam-totp
Last synced: 3 months ago
JSON representation
PHP library to deal with Steam's proprietary TOTP algorithm.
- Host: GitHub
- URL: https://github.com/DoctorMcKay/php-steam-totp
- Owner: DoctorMcKay
- License: mit
- Created: 2016-07-14T19:35:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T00:07:48.000Z (about 7 years ago)
- Last Synced: 2024-07-04T22:59:18.951Z (4 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/doctormckay/steam-totp
- Size: 5.86 KB
- Stars: 22
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steam - steam-totp - PHP library to deal with Steam's proprietary TOTP algorithm. (Packages / PHP)
README
# php-steam-totp
PHP library for TOTP for use with [Steam](http://steampowered.com). It's documented with phpdoc; just read it to learn
how to use it.Only requirement is cURL.
# Example
```php