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)0587↑33.3%[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 2w 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

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

2030d 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.0k38.3M139](/packages/propaganistas-laravel-phone)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k16.6M109](/packages/bensampo-laravel-enum)[illuminate/database

The Illuminate Database package.

2.8k54.1M11.2k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[proengsoft/laravel-jsvalidation

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

1.1k2.3M50](/packages/proengsoft-laravel-jsvalidation)

PHPackages © 2026

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