PHPackages                             sushantaryal/nepali-phone-validation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. sushantaryal/nepali-phone-validation

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

sushantaryal/nepali-phone-validation
====================================

A Laravel validation rule for Nepalese mobile phone numbers.

1.1.1(11mo ago)00MITPHPPHP ^8.1CI passing

Since Jun 1Pushed 11mo agoCompare

[ Source](https://github.com/sushantaryal/nepali-phone-validation)[ Packagist](https://packagist.org/packages/sushantaryal/nepali-phone-validation)[ RSS](/packages/sushantaryal-nepali-phone-validation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

Nepali Phone Validation
=======================

[](#nepali-phone-validation)

A Laravel package for validating **Nepalese mobile phone numbers** using custom validation rules.

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require sushantaryal/nepali-phone-validation
```

Usage
-----

[](#usage)

```
use Sushant\NepaliPhoneValidation\Rules\NepaliPhone;

$request->validate([
    'phone' => ['required', new NepaliPhone()],
]);
```

Supported Prefixes
------------------

[](#supported-prefixes)

```
984, 985, 986, 980, 981, 982, 961, 988, 972

```

License
-------

[](#license)

[MIT license](LICENSE.md).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance51

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

344d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.1.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/05c907e2aa7e31ac496a8c30eac50e735157cda263dd728187527b2f6771eb86?d=identicon)[sushantaryal8](/maintainers/sushantaryal8)

---

Top Contributors

[![sushantaryal](https://avatars.githubusercontent.com/u/8115655?v=4)](https://github.com/sushantaryal "sushantaryal (7 commits)")

---

Tags

laravelvalidationnepalese phone

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sushantaryal-nepali-phone-validation/health.svg)

```
[![Health](https://phpackages.com/badges/sushantaryal-nepali-phone-validation/health.svg)](https://phpackages.com/packages/sushantaryal-nepali-phone-validation)
```

###  Alternatives

[propaganistas/laravel-phone

Adds phone number functionality to Laravel based on Google's libphonenumber API.

3.0k35.7M107](/packages/propaganistas-laravel-phone)[intervention/validation

Additional validation rules for the Laravel framework

6826.7M8](/packages/intervention-validation)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[wendelladriel/laravel-validated-dto

Data Transfer Objects with validation for Laravel applications

759569.4k13](/packages/wendelladriel-laravel-validated-dto)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
