PHPackages                             weggla/sulu-dynamic-form-ajax-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. weggla/sulu-dynamic-form-ajax-validation-bundle

ActiveSulu-bundle[Validation &amp; Sanitization](/categories/validation)

weggla/sulu-dynamic-form-ajax-validation-bundle
===============================================

A small bundle for Sulu projects to validate dynamic forms via ajax request

v0.0.1-alpha(7mo ago)06MITPHPPHP &gt;= 8.2

Since Sep 18Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/Weggla/SuluDynamicFormAjaxValidationBundle)[ Packagist](https://packagist.org/packages/weggla/sulu-dynamic-form-ajax-validation-bundle)[ Docs](https://github.com/Weggla/SuluDynamicFormAjaxValidationBundle)[ RSS](/packages/weggla-sulu-dynamic-form-ajax-validation-bundle/feed)WikiDiscussions main Synced 1mo ago

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

Sulu ajax form validation bundle
================================

[](#sulu-ajax-form-validation-bundle)

A small bundle for Sulu CMS projects to validate dynamic forms with an ajax call. This bundle provides a route to post your form data to. No form validation implementation for your website is bundled here.

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![CircleCI](https://camo.githubusercontent.com/cd10d1953ff3c784d07bf89be787c592208c0ac0136b6e7f9c39172b6d4bf229/68747470733a2f2f646c2e636972636c6563692e636f6d2f7374617475732d62616467652f696d672f67682f576567676c612f53756c7544796e616d6963466f726d416a617856616c69646174696f6e42756e646c652f747265652f6d61696e2e7376673f7374796c653d736869656c64)](https://dl.circleci.com/status-badge/redirect/gh/Weggla/SuluDynamicFormAjaxValidationBundle/tree/main)

Requirements
------------

[](#requirements)

- Sulu 2.5.\* || Sulu 2.6.\*
- PHP &gt;= 8.2

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

[](#installation)

```
composer require weggla/sulu-dynamic-form-ajax-validation-bundle
```

Configuration
-------------

[](#configuration)

When not using symfony flex, enable the bundle in your bundles.php.

```
# config/bundles.php
return [
    ...,
    Sulu\Bundle\DynamicFormAjaxValidation\SuluDynamicFormAjaxValidationBundle::class => ['all' => true],
];
```

Import routes from the bundle.

```
# config/routes.yaml
sulu_ajax_form_validation:
   resource: '../vendor/weggla/sulu-dynamic-form-ajax-validation-bundle/src/Controller'
   type: attribute
   prefix: /
```

Usage
-----

[](#usage)

POST your form data to route "validate\_dynamic\_form\_ajax" (/ajax/form/validate) and receive the validation result.

License
-------

[](#license)

This bundle is published under the MIT license and totally free to use. Use it wherever you like! Contributions are always welcome – whether it’s bug reports, incompatibilities, or anything else you stumble upon.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance62

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

236d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60d06c2b4906951b5b95edd06a3fe490b2ac1db06c433c8de911ac3ac58385cb?d=identicon)[Weggla](/maintainers/Weggla)

---

Top Contributors

[![Weggla](https://avatars.githubusercontent.com/u/10761634?v=4)](https://github.com/Weggla "Weggla (25 commits)")

---

Tags

Formssulu

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/weggla-sulu-dynamic-form-ajax-validation-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/weggla-sulu-dynamic-form-ajax-validation-bundle/health.svg)](https://phpackages.com/packages/weggla-sulu-dynamic-form-ajax-validation-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[karser/karser-recaptcha3-bundle

Google ReCAPTCHA v3 for Symfony

1862.4M7](/packages/karser-karser-recaptcha3-bundle)[contao/core-bundle

Contao Open Source CMS

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

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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