Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
salehhashemi1992 committed May 19, 2024
1 parent 75fb93f commit 1ff1d87
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/salehhashemi1992/laravel-otp-manager/static-analysis.yml?branch=main&label=static-analysis)](https://github.com/salehhashemi1992/laravel-otp-manager/actions/workflows/static-analysis.yml)
[![codecov](https://codecov.io/gh/salehhashemi1992/laravel-otp-manager/graph/badge.svg?token=EJB78FT27M)](https://codecov.io/gh/salehhashemi1992/laravel-otp-manager)
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)
[![PHP Version Require](http://poser.pugx.org/salehhashemi/laravel-otp-manager/require/php)](https://packagist.org/packages/salehhashemi/laravel-otp-manager)

![Header Image](./assets/header.png)

Expand All @@ -32,6 +33,14 @@ The `OtpManager` class is responsible for sending and verifying one-time passwor
* Supports multiple OTP types using enums
* Customizable mobile number validation

## Requirements

- `PHP: ^8.1`
- `Laravel framework: ^9`

| Version | L9 | L10 | L11 |
|---------|--------------------|--------------------|--------------------|
| 1.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: |

## Installation
To install the package, you can run the following command:
Expand Down

0 comments on commit 1ff1d87

Please sign in to comment.