rayiumir / vordia
Authentication Mobile for Laravel
v1.7.0
2025-04-14 23:28 UTC
Requires
- php: ^8.0
- illuminate/support: ^9.21|^10.0|^11.0|^12.0
Requires (Dev)
- phpunit/phpunit: ^9.3|^10.4|^11.0
README

Documentation
SMS API KEYSVordia
A simple and lightweight mobile authentication package for Laravel And it has a default admin panel.
How to use
Install Package :
composer require rayiumir/vordia
After Publish Config Files:
php artisan vendor:publish --provider="Rayiumir\\Vordia\\ServiceProvider\\VordiaServiceProvider"
Migration Database:
php artisan migrate
And Run:
php artisan Serve
http://127.0.0.1:8000/login
Added Fields in Model user.php
:
protected $fillable = [ 'name', 'email', 'password', 'mobile', 'otp', 'login_token' ];
List of SMS Operator
SMS Operator | Link |
---|---|
SMSIR | https://sms.ir |
Ghasedak | https://ghasedak.me |
Melipayamak | https://www.melipayamak.com |
Screenshots
Login Mobile | Check OTP Login Mobile |
---|---|
![]() |
![]() |