From eed52d3d50ea64d769e5c1249cfbdeb140dd75fe Mon Sep 17 00:00:00 2001 From: Christopher Smit Date: Mon, 13 Jul 2026 11:38:25 +0200 Subject: [PATCH] Enhance README with additional badges Added badges for version, PHP version, downloads, license, and RFC 6238 to README. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c0334f..e4e8aaf 100644 --- a/README.md +++ b/README.md @@ -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. @@ -83,4 +88,4 @@ composer test ## License -Released under the MIT License. \ No newline at end of file +Released under the MIT License.