PHPackages                             x-laravel/validation-extend - 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. x-laravel/validation-extend

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

x-laravel/validation-extend
===========================

Adds rules that may be required that are not in the Laravel validation class.

v1.0.0(5y ago)0407↓33.3%MITPHPPHP &gt;=7.0

Since Feb 6Pushed 5y agoCompare

[ Source](https://github.com/X-Laravel/validation-extend)[ Packagist](https://packagist.org/packages/x-laravel/validation-extend)[ RSS](/packages/x-laravel-validation-extend/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

X-Laravel - Validation Extend Package
=====================================

[](#x-laravel---validation-extend-package)

[![Latest Stable Version](https://camo.githubusercontent.com/744aefb64971b071488125127fb8b3b9b8e2503cee20e9d3bf52922e9faaf6f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f582d4c61726176656c2f76616c69646174696f6e2d657874656e64)](https://packagist.org/packages/X-Laravel/validation-extend)[![Total Downloads](https://camo.githubusercontent.com/93e95a946724fa13dd7e25b45b9fc672f735340356ee1c5b9842b6500d50eb69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f582d4c61726176656c2f76616c69646174696f6e2d657874656e64)](https://packagist.org/packages/X-Laravel/validation-extend)[![Dependents](https://camo.githubusercontent.com/348aa1c57254e61c31a13019872f70a9a2bf9cc1aecbb8298c3396763961e4aa/68747470733a2f2f706f7365722e707567782e6f72672f582d4c61726176656c2f76616c69646174696f6e2d657874656e642f646570656e64656e74732e737667)](https://packagist.org/packages/X-Laravel/validation-extend)[![License](https://camo.githubusercontent.com/4d4464fc1a614550af0b81bfd19036f007fb3a3fa3dff405b13d5c0a3593f9dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f582d4c61726176656c2f76616c69646174696f6e2d657874656e64)](https://packagist.org/packages/X-Laravel/validation-extend)

[![](https://camo.githubusercontent.com/92100bf0eeda0ce83c9377ea52e999155fb7f833b77db084b003fd51970503b8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f582d4c61726176656c2f76616c69646174696f6e2d657874656e642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572 "Scrutinizer Code Quality")](https://scrutinizer-ci.com/g/X-Laravel/validation-extend/build-status/master)[![StyleCI](https://camo.githubusercontent.com/a0d8aad332b21283076318cb52dad34501479f0e6b60cbee2185374b65798a67/68747470733a2f2f7374796c6563692e696f2f7265706f732f3332323237333638322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/322273682)

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

[](#introduction)

Adds rules that may be required that are not in the Laravel validation class.

Requirements
------------

[](#requirements)

Laravel &gt;=5.5. Other than that, this library has no requirements.

Install
-------

[](#install)

```
$ composer require x-laravel/validation-extend
```

Example Usage
-------------

[](#example-usage)

```
use Illuminate\Support\Facades\Validator;

$validator = Validator::make($request->all(), [
    'staff_name' => 'required|human_name',
]);
```

License
-------

[](#license)

This package is open source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

2

Last Release

1917d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bdb64c6c087c331b8bd5906bb1aa7eb06bc83af3654a48ba8ab9da365976651?d=identicon)[X-Adam](/maintainers/X-Adam)

---

Top Contributors

[![X-Adam](https://avatars.githubusercontent.com/u/60411758?v=4)](https://github.com/X-Adam "X-Adam (2 commits)")

### Embed Badge

![Health badge](/badges/x-laravel-validation-extend/health.svg)

```
[![Health](https://phpackages.com/badges/x-laravel-validation-extend/health.svg)](https://phpackages.com/packages/x-laravel-validation-extend)
```

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[proengsoft/laravel-jsvalidation

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

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[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)
