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

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

waterloocode/laravel-validation-extend
======================================

a laravel validation extend package

v0.1.5(8y ago)51.0kMITPHP

Since Feb 7Pushed 8y agoCompare

[ Source](https://github.com/bluegeek/laravel-validation-extend)[ Packagist](https://packagist.org/packages/waterloocode/laravel-validation-extend)[ Docs](https://github.com/bluegeek/laravel-validation-extend.git)[ RSS](/packages/waterloocode-laravel-validation-extend/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (6)Used By (0)

waterloocode/laravel-validation-extend
======================================

[](#waterloocodelaravel-validation-extend)

### 安装

[](#安装)

```
composer require waterloocode/laravel-validation-extend

```

### 描述

[](#描述)

laravel验证扩展，添加手机，电话，邮编。

### php包参考

[](#php包参考)

[https://github.com/php-pds/skeleton\_research](https://github.com/php-pds/skeleton_research)

### 使用

[](#使用)

和laravel自带的验证条件使用方式一样。

```
$validator = Validator::make([
    'mobile'=>'15601948562',
    'postcode'=>'466724',
    'phone'=>'021-29313211',
],[
    'mobile'=>['mobile'],
    'postcode'=>['postcode'],
    'phone'=>['phone'],
]);

```

- 中文 cn
- 中文，字母，下划线，中杠线,数字 cn\_dash
- 中文，字母，数字 cn\_num
- 手机号 mobile
- 电话 phone
- 邮编 postcode

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Total

5

Last Release

2949d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82a9d7ff8b4ee136d7417b2023929a78a28c879364250b41a4b364a1f78e0f93?d=identicon)[bluegeek](/maintainers/bluegeek)

### Embed Badge

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

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

###  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)[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54013.2M450](/packages/nette-forms)[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)

PHPackages © 2026

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