takdeniz/laravel-phone-verify

Laravel phone number verification using Nexmo and netgsm

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 4

Open Issues: 0

pkg:composer/takdeniz/laravel-phone-verify

dev-master 2020-07-08 21:21 UTC

This package is auto-updated.

Last update: 2025-10-09 09:01:11 UTC


README

##Laravel Phone Verify Verifies phone number via Nexmo and Netgsm

Introduction

It sends verification notifications, it has a controller to verify the phone number

Contents

Installation

You can install the package via composer:

composer require takdeniz/laravel-phone-verify

Publish configurations and migrations, then migrate comments table.

php artisan vendor:publish --provider="Takdeniz\PhoneVerify\VerifyPhoneServiceProvider"

configure

class User implements MustVerifyPhoneContract {
    use MustVerifyPhone;
    ...
}

Credits

License

Laravel Phone Verify is open-sourced software licensed under the MIT license.