PHPackages                             deadsimple/vuelidatelibrary - 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. deadsimple/vuelidatelibrary

ActiveMagento2-module

deadsimple/vuelidatelibrary
===========================

A deadsimple module to use Vuelidate in your Modern Magento 2 Vue Projects

1.0.2(5y ago)04.6k↑122.2%MITJavaScript

Since Aug 25Pushed 5y agoCompare

[ Source](https://github.com/Deadsimple-ecommerce/VuelidateLibrary)[ Packagist](https://packagist.org/packages/deadsimple/vuelidatelibrary)[ RSS](/packages/deadsimple-vuelidatelibrary/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/7de2b42d6de9a4e3ccac4c9374b7d547e4126203625cb23ffee2046dd037f3f1/68747470733a2f2f706f7365722e707567782e6f72672f6465616473696d706c652f7675656c69646174656c6962726172792f76657273696f6e)](https://packagist.org/packages/deadsimple/vuelidatelibrary) [![Total Downloads](https://camo.githubusercontent.com/511afab88158549b1d8ef02cbb6f7671f139a5c637a6be9979149205a5785522/68747470733a2f2f706f7365722e707567782e6f72672f6465616473696d706c652f7675656c69646174656c6962726172792f646f776e6c6f616473)](https://packagist.org/packages/deadsimple/vuelidatelibrary) [![License](https://camo.githubusercontent.com/d9755caf861b93628025cf4473ca04414cb34cc738dd279a7f164450f80d630b/68747470733a2f2f706f7365722e707567782e6f72672f6465616473696d706c652f7675656c69646174656c6962726172792f6c6963656e7365)](https://packagist.org/packages/deadsimple/vuelidatelibrary)

Deadsimple Vuelidate Magento2 Composer Library
==============================================

[](#deadsimple-vuelidate-magento2-composer-library)

Implement modern form validation to your Magento 2 VueJS forms using [vuelidate](https://vuelidate.js.org/)

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

[](#installation)

Use composer to install the module: `composer require deadsimple/vuelidatelibrary`

Usage
-----

[](#usage)

To use Vuelidate you will need to load the `Vuelidate` library and it's `Validators` using the Magento 2 requirejs methods. Select the neccesary mixin and the validators you would like to use with the destructure syntax. Load the mixin like any other mixins and start using Vuelidate as described in it's [documentation](https://vuelidate.js.org/#getting-started).

```
define([
    'Vue',
    'Vuelidate',
    'VuelidateValidators',
], function (Vue, Vuelidate, validators) {

    const {validationMixin} = Vuelidate;
    const {required, email } = validators;

    Vue.component('contactForm', {
        template: template,
        mixins: [ validationMixin ],
        data() {
          return {
            name: null,
            email: null,
          }
        },
        validations(){
          name: { required },
          email: { required, email }
        }
    })
})

```

### Version

[](#version)

This library loads: `Vuelidate v0.7.5`

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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 ~18 days

Total

3

Last Release

2048d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f3d6ed37e08e7303491ad700762cd7e23bd2301b64557b7398e8fb2ec191e3f?d=identicon)[mmeester](/maintainers/mmeester)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/deadsimple-vuelidatelibrary/health.svg)

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

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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