PHPackages                             actb/laravel-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. actb/laravel-validation-rules

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

actb/laravel-validation-rules
=============================

A set of usefull Laravel validation rules

1.2.3(5y ago)0565↓80%[2 issues](https://github.com/Activisme-be/Validation-rules/issues)MITPHPPHP ^7.4|^8.0CI failing

Since Jul 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Activisme-be/Validation-rules)[ Packagist](https://packagist.org/packages/actb/laravel-validation-rules)[ RSS](/packages/actb-laravel-validation-rules/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Activisme\_BE - Laravel validation rules
========================================

[](#activisme_be---laravel-validation-rules)

This repository contains some useful Laravel validation rules.

You can install the package via composer:

```
composer require actb/laravel-validation-rules
```

**NOTE:** The package will automatically register itself.

Translations
------------

[](#translations)

If you wish to edit the package translations, you can run the following command to publish them into your `resources/lang` folder

```
php artisan vendor:publish --provider="ActivismeBe\ValidationRules\ValidationRulesServiceProvider"

```

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

[](#available-rules)

- [`MatchUserPassword`](#MatchUserPassword)

### `MatchUserPassword`

[](#matchuserpassword)

Determine if the given user his password match with the given password as confirmation. This could be handy when you need some form ogf extra security in a handling.

The `MatchUserPassword` rules can be used like this:

```
// in a `FormRequest`

public function rules(): array
{
    return [
        'confirmation' => 'required', 'string', 'min:8', new MatchUserPassword($this->user())
    ];
}
```

Changlelog
----------

[](#changlelog)

Please see [Contributing](CONTRIBUTING.md) for details.

License
=======

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~131 days

Total

6

Last Release

1985d ago

PHP version history (3 changes)v1.0.0PHP ^7.2

1.2.1PHP ^7.4

1.2.3PHP ^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5157609?v=4)[Tim Joosten](/maintainers/Tjoosten)[@Tjoosten](https://github.com/Tjoosten)

---

Top Contributors

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

---

Tags

laravelrulesvalidationlaravelvalidationrulesActivisme\_BE

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/actb-laravel-validation-rules/health.svg)

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

###  Alternatives

[propaganistas/laravel-phone

Adds phone number functionality to Laravel based on Google's libphonenumber API.

3.0k35.7M107](/packages/propaganistas-laravel-phone)[proengsoft/laravel-jsvalidation

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

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[galahad/laravel-addressing

Laravel package providing addressing functionality

70316.6k](/packages/galahad-laravel-addressing)[illuminatech/validation-composite

Allows uniting several validation rules into a single one for easy re-usage

184485.5k](/packages/illuminatech-validation-composite)[resultsystems/validation

Inspired 'KennedyTedesco Validation' - The power of 'Respect Validation' on Laravel.

2832.4k4](/packages/resultsystems-validation)

PHPackages © 2026

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