PHPackages                             pyaesoneaung/myanmar-phone-validation-rules - 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. pyaesoneaung/myanmar-phone-validation-rules

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

pyaesoneaung/myanmar-phone-validation-rules
===========================================

Myanmar Phone Number Validation Rules For Laravel

v1.0.2(3y ago)31.5k↑11.1%1MITPHPPHP &gt;=7.0.0

Since May 28Pushed 3y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Myanmar Phone Number Validation Rules For Laravel
=================================================

[](#myanmar-phone-number-validation-rules-for-laravel)

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

[](#installation)

```
composer require pyaesoneaung/myanmar-phone-validation-rules
```

Usage
-----

[](#usage)

### MyanmarPhone

[](#myanmarphone)

```
use PyaeSoneAung\MyanmarPhoneValidationRules\MyanmarPhone;

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

### MPT

[](#mpt)

```
use PyaeSoneAung\MyanmarPhoneValidationRules\Mpt;

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

### Ooredoo

[](#ooredoo)

```
use PyaeSoneAung\MyanmarPhoneValidationRules\Ooredoo;

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

### Telenor

[](#telenor)

```
use PyaeSoneAung\MyanmarPhoneValidationRules\Telenor;

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

### Mytel

[](#mytel)

```
use PyaeSoneAung\MyanmarPhoneValidationRules\Mytel;

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

### MEC

[](#mec)

```
use PyaeSoneAung\MyanmarPhoneValidationRules\Mec;

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

Credits
-------

[](#credits)

[Ko Htet Wai Yan Soe (myanmar-phone-number-php)](https://github.com/johnreginald/myanmar-phone-number-php)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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 ~329 days

Total

3

Last Release

1153d ago

PHP version history (2 changes)v1.0.0PHP ^7.3|^8.0

v1.0.1PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4a938e91069afb632288ccdb87813e19c0d0fc86189f73daa33464e0d2a0367?d=identicon)[pyaesoneaung](/maintainers/pyaesoneaung)

---

Top Contributors

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

---

Tags

laravel-validation-rulesmyanmar-phone-number

### Embed Badge

![Health badge](/badges/pyaesoneaung-myanmar-phone-validation-rules/health.svg)

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

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

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