PHPackages                             onexcrm/valiper - 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. onexcrm/valiper

ActiveLibrary

onexcrm/valiper
===============

A simple laravel validation utility helper

v1.0.1(3y ago)012MITPHP

Since Feb 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dev-arindam-roy/onex-valiper-package)[ Packagist](https://packagist.org/packages/onexcrm/valiper)[ RSS](/packages/onexcrm-valiper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

ONEXCRM Valiper Package
=======================

[](#onexcrm-valiper-package)

A simple laravel validation utility helper
------------------------------------------

[](#a-simple-laravel-validation-utility-helper)

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

[](#installation)

```
composer require onexcrm/valiper
```

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Onex\Valiper\OnexValiperServiceProvider::class,
```

If you want to use the facade to log messages, add this to your facades in app.php:

```
'OnexValiper'=> Onex\Valiper\Valiper\ValiperClassFacade::class,
```

### How to use?:

[](#how-to-use)

```
/**
 * @param  array $formData
 * @param  array $rules
 * @param  array $messages
 * @return void
 */
$validator = OnexValiper::checkInputValidation($formRequestData, $validationRules, $validationMessages);
dd($validator);
```

### Utility helper functions:

[](#utility-helper-functions)

> > Pass the $validator from above function in all helper functions as per your requirement

```
$result = OnexValiper::inputValidationObjectFormat($validator);
dd($result);
```

```
$result = OnexValiper::inputValidationArrayFormat($validator);
dd($result);
```

```
$result = OnexValiper::inputValidationJsonResponseFormat($validator);
dd($result);
```

```
$result = OnexValiper::inputValidationJsonFormat($validator);
dd($result);
```

```
$result = OnexValiper::inputValidationJsonObjectFormat($validator);
dd($result);
```

```
$result = OnexValiper::inputValidationKeyValuePairFormat($validator);
dd($result);
```

```
$result = OnexValiper::inputValidationFirstMessage($validator);
dd($result);
```

Feel free to contact me: Arindam Roy

### Thanks

[](#thanks)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

2

Last Release

1174d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ffd181826d9f6d75df74a8a134488bb2820aa58aa9f99fad3ef6de7af7d8393e?d=identicon)[devarindam](/maintainers/devarindam)

---

Top Contributors

[![dev-arindam-roy](https://avatars.githubusercontent.com/u/24665327?v=4)](https://github.com/dev-arindam-roy "dev-arindam-roy (6 commits)")

### Embed Badge

![Health badge](/badges/onexcrm-valiper/health.svg)

```
[![Health](https://phpackages.com/badges/onexcrm-valiper/health.svg)](https://phpackages.com/packages/onexcrm-valiper)
```

PHPackages © 2026

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