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

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

anovanmaximuz/laravel-validation
================================

validasi request for laravel

v1.0.3(2y ago)034MITPHPPHP ^7.3|^8.0

Since Sep 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/anovanmaximuz/LaravelValidation)[ Packagist](https://packagist.org/packages/anovanmaximuz/laravel-validation)[ Docs](https://github.com/anovanmaximuz/LaravelValidation)[ RSS](/packages/anovanmaximuz-laravel-validation/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)DependenciesVersions (5)Used By (0)

Laravel Validation was created by, and is maintained by **[Ano Van](https://github.com/anovanmaximuz)**, and is a package designed to support validation request on Laravel.

- It's included on **[Laravel Lumen](https://lumen.laravel.com)**, the most popular free, open-source PHP framework in the world.

Installation &amp; Usage
------------------------

[](#installation--usage)

> **Requires [PHP 7.3+](https://php.net/releases/)**

Require Laravel Validation using [Composer](https://getcomposer.org):

```
composer require anovanmaximuz/laravel-validation
```

As an example, here is how to require Laravel Validation on Laravel 8.x:

```
use Anovanmaximuz\LaravelValidation as Validation;
...

$paramsChecks = new Validation\request($request, [
                'partnerServiceId' => 'required|max:9|string',
                'customerNo'=>'required|string|max:20',
                'virtualAccountNo'=>'required|string|max:28',
                'trxDateInit'=>'required|date|max:25',
                'channelCode'=>'required|int|max:4',
                'inquiryRequestId'=>'required|string|max:128'
            ],'parameter', true);
```

Support Validations
-------------------

[](#support-validations)

- Request parameter validation POST, GET
- Header validation

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

4

Last Release

1031d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/103406116?v=4)[anovan](/maintainers/anovan)[@anovan](https://github.com/anovan)

---

Top Contributors

[![anovanmaximuz](https://avatars.githubusercontent.com/u/2938033?v=4)](https://github.com/anovanmaximuz "anovanmaximuz (24 commits)")

### Embed Badge

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

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

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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