Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# PHP-OtpAuth

[![Tests](https://github.com/mincdev/php-otpauth/actions/workflows/run-tests.yml/badge.svg)](https://github.com/mincdev/php-otpauth/actions/workflows/run-tests.yml)
[![Latest Version](https://img.shields.io/packagist/v/mincdev/php-otpauth.svg)](https://packagist.org/packages/mincdev/php-otpauth)
[![PHP Version](https://img.shields.io/packagist/php-v/mincdev/php-otpauth.svg)](https://packagist.org/packages/mincdev/php-otpauth)
[![Downloads](https://img.shields.io/packagist/dt/mincdev/php-otpauth.svg)](https://packagist.org/packages/mincdev/php-otpauth)
[![License](https://img.shields.io/packagist/l/mincdev/php-otpauth.svg)](LICENSE)
![RFC 6238](https://img.shields.io/badge/RFC-6238-success)

A lightweight PHP library for generating and validating **Time-based One-Time Passwords (TOTP)** compatible with Google Authenticator, Microsoft Authenticator, Authy, 1Password, Bitwarden, and other RFC 6238 compatible authenticator applications.

Expand Down Expand Up @@ -83,4 +88,4 @@ composer test

## License

Released under the MIT License.
Released under the MIT License.