nanopkg/laravel-bd-phone-verification-rule

laravel-bd-phone-verification-rule package is used to validate all mobile phone numbers in Bangladesh.


README

laravel-bd-phone-verification-rule package is used to validate all mobile phone numbers in Bangladesh.

Latest Version on Packagist Issues GitHub Tests Action Status Total Downloads License

Installation

You can install the package via composer:

composer require nanopkg/laravel-bd-phone-verification-rule

Usage

$request->validate([
    'phone' => 'required|numeric|bdPhone'
]);

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.