validatinator

Simple, yet effective, vanilla JavaScript form validation plugin. Validatinator is based off of one of PHP's most famous framework, Laravel. Using Validatinator is as easy as instantiating a Validatinator object, calling the passes or fails methods and i

Usage no npm install needed!

<script type="module">
  import validatinator from 'https://cdn.skypack.dev/validatinator';
</script>

README

Validatinator

Current Release: 1.3.4

Validatinator is a simple, yet effective, vanilla JavaScript form validation "plugin." It is loosely based off of Laravel's validation system. Using Validatinator is as easy as instantiating a Validatinator object, calling the passes or fails methods and if there are failed validations then grabbing those validations from the errors property on the main object.

Badges

Code Climate Travis CI

Table of Contents