PHPackages                             boekkooi/jquery-validation-bundle - 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. [Templating &amp; Views](/categories/templating)
4. /
5. boekkooi/jquery-validation-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

boekkooi/jquery-validation-bundle
=================================

Jquery form validation bundle for symfony 2

1.2.1(9y ago)2773.9k25[2 issues](https://github.com/boekkooi/JqueryValidationBundle/issues)[3 PRs](https://github.com/boekkooi/JqueryValidationBundle/pulls)1MITPHPPHP &gt;=5.5

Since Sep 23Pushed 9y ago7 watchersCompare

[ Source](https://github.com/boekkooi/JqueryValidationBundle)[ Packagist](https://packagist.org/packages/boekkooi/jquery-validation-bundle)[ RSS](/packages/boekkooi-jquery-validation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (20)Versions (16)Used By (1)

Boekkooi Jquery Validation Bundle
=================================

[](#boekkooi-jquery-validation-bundle)

[![Build Status](https://camo.githubusercontent.com/c3c484d2ff60596fbdde94c7aaf314633a8fc875cac7ec2a55013dc280602b81/68747470733a2f2f7472617669732d63692e6f72672f626f656b6b6f6f692f4a717565727956616c69646174696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/boekkooi/JqueryValidationBundle)[![Code Coverage](https://camo.githubusercontent.com/89b62185ae60f5b4cab2d582434cb784ac25ede24ee84de67d61cb2c12d618a8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f626f656b6b6f6f692f4a717565727956616c69646174696f6e42756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/boekkooi/JqueryValidationBundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/31c00298febf3bcb4eab33274c06e1aae9ab47a9087c6523b79ce707bd6005d8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f626f656b6b6f6f692f4a717565727956616c69646174696f6e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/boekkooi/JqueryValidationBundle/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/45662b5da2525f90dbc0c2fa6481bac36a723d8800ed0c1e791e5499fec142bf/68747470733a2f2f706f7365722e707567782e6f72672f626f656b6b6f6f692f6a71756572792d76616c69646174696f6e2d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/boekkooi/jquery-validation-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/da8df199f1e1e5f5d286cc03bd5980bb213d59e35ded617b066f012fe1df071f/68747470733a2f2f706f7365722e707567782e6f72672f626f656b6b6f6f692f6a71756572792d76616c69646174696f6e2d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/boekkooi/jquery-validation-bundle)[![License](https://camo.githubusercontent.com/d16d7696bacf020d5c1fde6bc3882d0a1fb29e8a9cb9c5a8471d0351b33e2f56/68747470733a2f2f706f7365722e707567782e6f72672f626f656b6b6f6f692f6a71756572792d76616c69646174696f6e2d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/boekkooi/jquery-validation-bundle)[![Reference Status](https://camo.githubusercontent.com/cbb45ffeca7de9c37d60e997ba3325d7335a30491778a0f559b08622c359778e/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f626f656b6b6f6f693a6a71756572792d76616c69646174696f6e2d62756e646c652f7265666572656e63655f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/php/boekkooi:jquery-validation-bundle/references)[![SensioLabsInsight](https://camo.githubusercontent.com/8a1060b952ce3b803367ab07147b4954d72f5e0b4d5cad292b1809feaf73cf06/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65386661656438382d363133662d343533302d386335342d3664666238323366353838652f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e8faed88-613f-4530-8c54-6dfb823f588e)

Welcome! Did you ever have the need to have some Javascript form validation within your symfony application? Well I did! So I made this little bundle to do it for me.

Do me a favor and give it a try and if you have any problem please create a issue or make a pull request.

Some of the things that the bundle supports:

- Automatic constraint mapping
- Form Collection (including prototype)
- Validation groups
- Data class constraints

Now let's go to the [documentation](docs/index.md) and get started.

[Install and configure](docs/install.md)
----------------------------------------

[](#install-and-configure)

`composer require boekkooi/jquery-validation-bundle dev-master`

All the installation instructions are located in the [documentation](docs/install.md).

Demo
----

[](#demo)

Yeah so .... nope there is no real demo **but** what you can do is the following:

```
git clone https://github.com/boekkooi/JqueryValidationBundle.git
cd JqueryValidationBundle

curl -sS https://getcomposer.org/installer | php
php composer.phar install

php -S 0.0.0.0:8000 -t tests/Functional/web/
```

Now you can see the functional test pages on , these should give you a good idea of what is possible.

License
-------

[](#license)

This bundle is under the MIT license.

About
-----

[](#about)

This bundle is created and maintained by [Warnar Boekkooi](http://boekkooi.net/). Special thanks go to the [Symfony](http://symfony.com/) community and [Jörn Zaefferer](http://jqueryvalidation.org/).

Alternatives
------------

[](#alternatives)

If for some reason you don't like this bundle and you are looking for a alternative you may take a look at [FpJsFormValidatorBundle](https://packagist.org/packages/fp/jsformvalidator-bundle) or [UberFrontendValidationBundle](https://github.com/Sleepness/UberFrontendValidationBundle). It would also be appreciate if you create a issue telling why you don't like this bundle and what could be added/changed to make it more to your liking.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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 ~58 days

Recently: every ~122 days

Total

14

Last Release

3493d ago

Major Versions

0.3.0 → 1.0.0-RC12015-01-08

PHP version history (2 changes)0.1.0PHP &gt;=5.3.3

1.2.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/23fd7fa571678542dcaef28ff1a314aa998853e1a6c942cfd60520cca3f6306c?d=identicon)[boekkooi](/maintainers/boekkooi)

---

Top Contributors

[![boekkooi](https://avatars.githubusercontent.com/u/399895?v=4)](https://github.com/boekkooi "boekkooi (170 commits)")[![feyyazesat](https://avatars.githubusercontent.com/u/1338800?v=4)](https://github.com/feyyazesat "feyyazesat (2 commits)")[![lvillanne](https://avatars.githubusercontent.com/u/19753384?v=4)](https://github.com/lvillanne "lvillanne (2 commits)")[![robertfausk](https://avatars.githubusercontent.com/u/1651297?v=4)](https://github.com/robertfausk "robertfausk (2 commits)")[![l3finch](https://avatars.githubusercontent.com/u/6071826?v=4)](https://github.com/l3finch "l3finch (1 commits)")

---

Tags

symfonyvalidatorvalidationtwigjqueryform

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/boekkooi-jquery-validation-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/boekkooi-jquery-validation-bundle/health.svg)](https://phpackages.com/packages/boekkooi-jquery-validation-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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