PHPackages                             fixik/phone-validator - 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. fixik/phone-validator

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

fixik/phone-validator
=====================

Laravel phone validation package

v1.0.2(8y ago)1273MITPHP

Since Nov 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/OlegMarko/phone-validator)[ Packagist](https://packagist.org/packages/fixik/phone-validator)[ RSS](/packages/fixik-phone-validator/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (5)Used By (0)

Laravel Phone Validator (most phone number formats)

[![Total Downloads](https://camo.githubusercontent.com/1ec1086bc078e35c9c40bafd31cc48697f9b1dfd7eb42c0784f82ea15daef8df/68747470733a2f2f706f7365722e707567782e6f72672f666978696b2f70686f6e652d76616c696461746f722f642f746f74616c2e737667)](https://packagist.org/packages/fixik/phone-validator)[![Latest Stable Version](https://camo.githubusercontent.com/9a4263cc703471ec9a1eaa5fccfea5ce3996fec9fc8d0fb3890c995a2b425152/68747470733a2f2f706f7365722e707567782e6f72672f666978696b2f70686f6e652d76616c696461746f722f762f737461626c652e737667)](https://packagist.org/packages/fixik/phone-validator)[![License](https://camo.githubusercontent.com/d35097773b57cf14a1db579a4966c929c21bc8c117e87d3a187fb97e293b53f2/68747470733a2f2f706f7365722e707567782e6f72672f666978696b2f70686f6e652d76616c696461746f722f6c6963656e73652e737667)](https://packagist.org/packages/fixik/phone-validator)

Introduction
------------

[](#introduction)

Phone Validator is a simple validator phone number.

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

[](#installation)

To get started with Phone Validator, simply run:

```
composer require fixik/phone-validator

```

Next, register the `Fixik\Validator\PhoneValidatorServiceProvider` in your `config/app.php` file:

```
'providers' => [
    // Other service providers...

    Fixik\Validator\PhoneValidatorServiceProvider::class,
],
```

Basic Usage
-----------

[](#basic-usage)

From your validator use method `phone`

Add validation message
----------------------

[](#add-validation-message)

`resources/lang/en/validation.php`

```
    'phone' => 'The :attribute field contains an invalid phone number'
```

License
-------

[](#license)

Phone Validator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

3

Last Release

3103d ago

### Community

Maintainers

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

---

Tags

laravellaravel-packagelaravel-validationphone-validation

### Embed Badge

![Health badge](/badges/fixik-phone-validator/health.svg)

```
[![Health](https://phpackages.com/badges/fixik-phone-validator/health.svg)](https://phpackages.com/packages/fixik-phone-validator)
```

###  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)
