Laravel phone number verification using Nexmo and netgsm
takdeniz/laravel-phone-verify is a Laravel package for laravel phone number verification using nexmo and netgsm.
It currently has 2 GitHub stars and 25 downloads on Packagist.
Install it with composer require takdeniz/laravel-phone-verify.
Discover more Laravel packages by takdeniz
or browse all Laravel packages to compare alternatives.
Last updated
##Laravel Phone Verify Verifies phone number via Nexmo and Netgsm
It sends verification notifications, it has a controller to verify the phone number
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"
class User implements MustVerifyPhoneContract {
use MustVerifyPhone;
...
}
Laravel Phone Verify is open-sourced software licensed under the MIT license.