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

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

kcdev/laravel-validation-rules
==============================

A set of laravel validation rules

v1.0.0(6y ago)08MITPHPPHP ^7.2

Since May 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/amirmarmul/laravel-validation-rules)[ Packagist](https://packagist.org/packages/kcdev/laravel-validation-rules)[ Docs](https://github.com/amirmarmul/laravel-validation-rules)[ RSS](/packages/kcdev-laravel-validation-rules/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Validation Rules
========================

[](#laravel-validation-rules)

A set of laravel validation rules

Installation
------------

[](#installation)

You can install the package via composer:

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

You need to publish:

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

Available Rules
---------------

[](#available-rules)

- `basic_password`
- `current_password`

Usage
-----

[](#usage)

```
$request->validate([
    'old_password' => 'required|current_password',
    'new_password' => 'required|basic_password|confirmed',
]);
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Amir Marmul](https://github.com/amirmarmul)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2205d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16517846?v=4)[Amir Marmul](/maintainers/amirmarmul)[@amirmarmul](https://github.com/amirmarmul)

---

Top Contributors

[![amirmarmul](https://avatars.githubusercontent.com/u/16517846?v=4)](https://github.com/amirmarmul "amirmarmul (7 commits)")

---

Tags

Laravel-Alertkcdev

### Embed Badge

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

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

###  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)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)[blaspsoft/blasp

Blasp is a powerful and customisable profanity filter package for Laravel applications

329174.3k1](/packages/blaspsoft-blasp)

PHPackages © 2026

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