PHPackages                             almeidafranci/laravel-validator-extender - 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. almeidafranci/laravel-validator-extender

ActiveLibrary

almeidafranci/laravel-validator-extender
========================================

A laravel validator extender for commonly used rules.

056PHP

Since May 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/almeidafranci/laravel-validator-extender)[ Packagist](https://packagist.org/packages/almeidafranci/laravel-validator-extender)[ RSS](/packages/almeidafranci-laravel-validator-extender/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

An extender for Laravel core validation rules
=============================================

[](#an-extender-for-laravel-core-validation-rules)

This repository contains some useful Laravel validation rules.

Available rules
---------------

[](#available-rules)

- [`Phone`](#phone)

### `Phone`

[](#phone)

Determine if the field under validation is a valid brazilian phone number (cellphone or landline).

```
// in a `FormRequest`

public function rules()
{
    return [
        'phone_number' => ['required', 'phone'],
    ];
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/95a0d89b8b739d2a7610951b9188888e9bd96546d4665ff5e342c65088b471c5?d=identicon)[almeidafranci](/maintainers/almeidafranci)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/almeidafranci-laravel-validator-extender/health.svg)

```
[![Health](https://phpackages.com/badges/almeidafranci-laravel-validator-extender/health.svg)](https://phpackages.com/packages/almeidafranci-laravel-validator-extender)
```

PHPackages © 2026

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