# proengsoft/laravel-jsvalidation

Laravel Javascript Validation

Repository: https://github.com/proengsoft/laravel-jsvalidation
Canonical: https://ross.abutalabs.com/products/laravel-jsvalidation
Language: PHP
License: MIT
License Family: permissive
Last push: 2026-05-22T07:08:12+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 83, release rhythm 63, longevity 100
- inputs: {"age_days": 4189, "days_push": 103, "days_rel": 169, "gap_med": 37.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1140, forks 175 (observed 2026-08-28T04:03:44.348901+00:00)

## What it is
A Laravel package that reuses server-side Laravel validation rules, messages, FormRequests, and validators to automatically generate client-side JavaScript validation using the jQuery Validation plugin. It requires no hand-written JavaScript and translates messages via Laravel localization.

## Use cases
- validate laravel forms on the client side without writing javascript
- reuse laravel formrequest validation rules in the browser
- generate jquery validation rules from laravel validators
- show localized validation messages in forms
- ajax-validate unique and exists rules client-side

## When to choose
- you use Laravel with jQuery-based forms and want DRY validation shared between server and client
- you want validation messages automatically localized from Laravel translation files
- you need AJAX fallback for rules like Unique, Exists, and ActiveURL

## When to avoid
- your frontend is a modern SPA (Vue/React) not using jQuery
- you rely on unsupported rules like Present or timezone DateFormat
- you want a framework-agnostic vanilla JS validation solution

## Facets
- artifact type: library
- maturity: active
- function: form-handling, frontend-framework
- domain: web-development, frontend
- platform: php
- tags: laravel, jquery-validation, client-side-validation, form-request, localization, php, web-server

## Member repositories
- proengsoft/laravel-jsvalidation (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:44.348901+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:35:43.806520+00:00, confidence not recorded.
  - readme: https://github.com/proengsoft/laravel-jsvalidation (fetched 2026-08-28T04:03:44.348901+00:00, sha 9d837155f6f4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
