awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 dépôts

Awesome GitHub RepositoriesInput Validation

Libraries for validating user input and form data.

Explore 21 awesome GitHub repositories matching part of an awesome list · Input Validation. Refine with filters or upvote what's useful.

Awesome Input Validation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • chriso/validator.jsAvatar de chriso

    chriso/validator.js

    23,744Voir sur GitHub↗

    validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that strings match specific patterns—such as emails, URLs, and alphanumeric formats—and a toolkit for cleaning and transforming text input to remove prohibited characters and trim whitespace. The library includes utilities for standardizing email addresses by lowercasing domains and removing sub-addressing markers. It also functions as an HTML entity escaper, replacing special characters with entities to prevent the browser from executing text as code. The project covers capabili

    Validates if text entries match required formats like emails, URLs, or phone numbers before processing.

    JavaScript
    Voir sur GitHub↗23,744
  • modood/administrative-divisions-of-chinaAvatar de modood

    modood/Administrative-divisions-of-China

    20,829Voir sur GitHub↗

    This project provides a structured dataset of the administrative divisions of China, covering five levels from provinces down to villages. It delivers this geographical information in a standardized JSON format designed for data exchange and integration. The dataset is organized as a hierarchical source specifically for building cascading address selectors and region pickers. It uses linked data to enable sequential filtering from higher-level provinces down to village-level boundaries. The project covers geographic data management and regional data normalization. It provides the necessary m

    Standardizes regional inputs using a consistent hierarchy of provinces, cities, districts, towns, and villages.

    JavaScriptaddressadministrative-divisionsarea
    Voir sur GitHub↗20,829
  • alexeymezenin/laravel-best-practicesAvatar de alexeymezenin

    alexeymezenin/laravel-best-practices

    12,299Voir sur GitHub↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    Provides a strategy for moving validation logic into dedicated request classes to isolate it from execution flow.

    Voir sur GitHub↗12,299
  • jzaefferer/jquery-validationAvatar de jzaefferer

    jzaefferer/jquery-validation

    10,327Voir sur GitHub↗

    This project is a jQuery-based form validation library designed to verify HTML form input values on the client side before submission. It functions as an input validator that enforces data integrity constraints through rule-based verification and value normalization. The library focuses on web accessibility compliance by linking error messages to input fields via ARIA attributes, ensuring that screen readers can announce validation failures to the user. The system supports the creation of custom validation rules and the transformation of raw input strings through a normalization pipeline. Co

    Provides a front-end utility for normalizing input values and enforcing data integrity constraints.

    JavaScript
    Voir sur GitHub↗10,327
  • buefy/buefyAvatar de buefy

    buefy/buefy

    9,531Voir sur GitHub↗

    Buefy is a lightweight user interface component library built for Vue.js. It serves as a programmatic wrapper for the Bulma CSS framework, providing a set of pre-styled layout utilities, form components, and structural wrappers to ensure a consistent visual identity. The library provides a comprehensive suite of form elements, including specialized date and time pickers, autocomplete inputs, and validation wrappers. It also includes layout tools such as navigation bars, off-canvas sidebars, and modal overlays, as well as notification systems for banners, snackbars, and toasts. Additional cap

    Synchronizes validation states and error messages between form wrappers and their child input components.

    Vuebulmacomponentsvue
    Voir sur GitHub↗9,531
  • open-circle/valibotAvatar de open-circle

    open-circle/valibot

    8,769Voir sur GitHub↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Transforms raw input into a standardized format during the validation process.

    TypeScriptbundle-sizemodularparsing
    Voir sur GitHub↗8,769
  • arktypeio/arktypeAvatar de arktypeio

    arktypeio/arktype

    7,780Voir sur GitHub↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    Checks input data against schemas and returns a typed output or throws an error for invalid data.

    TypeScriptjavascriptparsingruntime-typechecking
    Voir sur GitHub↗7,780
  • manifoldco/promptuiAvatar de manifoldco

    manifoldco/promptui

    6,396Voir sur GitHub↗

    Promptui is a Go library for building interactive command-line prompts, providing components for collecting text input with validation, presenting scrollable selection lists, and enabling dynamic addition of list items. It serves as a toolkit for creating terminal user interfaces where users can navigate menus, search options, and enter text with live validation and masking. The library implements interactive prompts through a synchronous blocking I/O model combined with ANSI cursor control and terminal-event-driven rendering, allowing for real-time UI updates. Its template-driven output form

    Collects single-line text input with live validation, default values, and masking for sensitive data.

    Goclicommand-linegolang
    Voir sur GitHub↗6,396
  • marmelroy/phonenumberkitAvatar de marmelroy

    marmelroy/PhoneNumberKit

    5,374Voir sur GitHub↗

    PhoneNumberKit est un framework Swift pour analyser, formater et valider les numéros de téléphone internationaux selon les standards de numérotation mondiaux. Il fournit un système de tables de recherche, d'analyseurs structurels et d'outils de validation pour gérer les complexités de la numérotation téléphonique internationale. La bibliothèque convertit les chaînes brutes en objets structurés contenant les codes pays et les numéros nationaux. Elle traduit les codes d'appel internationaux en noms de pays complets et vérifie si les chaînes de numéros de téléphone sont logiquement possibles et conformes à des plans de numérotation régionaux spécifiques. Le projet inclut des utilitaires pour transformer des chiffres bruts en mises en page internationales ou nationales standardisées. Il fournit également des capacités pour le masquage de saisie utilisateur en temps réel et l'affichage d'espaces réservés et de drapeaux spécifiques à la région au fur et à mesure que l'utilisateur tape.

    Parses, formats, and validates international phone numbers.

    Swift
    Voir sur GitHub↗5,374
  • openvenues/libpostalAvatar de openvenues

    openvenues/libpostal

    4,819Voir sur GitHub↗

    Libpostal est une bibliothèque C conçue pour l'analyse et la normalisation d'adresses internationales. Elle utilise le NLP statistique et un classificateur de langue pour décomposer des chaînes d'adresses mondiales non structurées en composants structurés, et pour standardiser les adresses postales en développant les abréviations et en résolvant les variations de nommage régionales dans plusieurs langues. Le projet fournit des outils de translittération de texte, convertissant divers scripts en formes standardisées Latin-ASCII ou NFD. Il inclut également des capacités de déduplication d'adresses, utilisant une correspondance floue (fuzzy matching) symétrique pour identifier si différents enregistrements d'adresses font référence au même emplacement physique. La bibliothèque couvre des besoins plus larges de traitement de texte tels que la normalisation UTF-8 et la conversion de nombres écrits en toutes lettres et de chiffres romains en représentations numériques standard. Elle permet des extensions pour la reconnaissance d'adresses via des fichiers de configuration externes afin d'ajouter de nouvelles langues et synonymes.

    Standardizes unstructured address inputs into a consistent, canonical format for improved search and matching.

    C
    Voir sur GitHub↗4,819
  • go-ozzo/ozzo-validationAvatar de go-ozzo

    go-ozzo/ozzo-validation

    4,072Voir sur GitHub↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Supplies a set of rules for checking required fields, formats, and allowed values in user-provided data.

    Gogogolangozzo
    Voir sur GitHub↗4,072
  • dathere/qsvAvatar de dathere

    dathere/qsv

    3,687Voir sur GitHub↗

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Reads data with specific quoting or transcoding rules to standardize input for processing.

    Rustaickancsv
    Voir sur GitHub↗3,687
  • hayes/pothosAvatar de hayes

    hayes/pothos

    2,576Voir sur GitHub↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    Checks GraphQL field arguments and input objects using schema-based libraries to ensure data conforms to constraints.

    TypeScriptgraphqltypescript
    Voir sur GitHub↗2,576
  • swiftvalidatorcommunity/swiftvalidatorAvatar de SwiftValidatorCommunity

    SwiftValidatorCommunity/SwiftValidator

    1,438Voir sur GitHub↗

    A rule-based validation library for Swift

    Rule-based validation library.

    Swift
    Voir sur GitHub↗1,438
  • sventiigi/validatedpropertykitAvatar de SvenTiigi

    SvenTiigi/ValidatedPropertyKit

    981Voir sur GitHub↗

    Easily validate your Properties with Property Wrappers 👮

    Property wrapper-based validation.

    Swift
    Voir sur GitHub↗981
  • redmadrobot/input-mask-iosAvatar de RedMadRobot

    RedMadRobot/input-mask-ios

    588Voir sur GitHub↗

    User input masking library repo.

    Pattern-based user input formatting and validation.

    Swift
    Voir sur GitHub↗588
  • ustwo/formvalidator-swiftAvatar de ustwo

    ustwo/formvalidator-swift

    491Voir sur GitHub↗

    A framework to validate inputs of text fields and text views in a convenient way.

    Validates text field and text view inputs.

    Swift
    Voir sur GitHub↗491
  • gkaimakas/swiftvalidatorsAvatar de gkaimakas

    gkaimakas/SwiftValidators

    240Voir sur GitHub↗

    String (and more) validation for iOS

    String validation library.

    Swift
    Voir sur GitHub↗240
  • vbmania/rxvalidatorAvatar de vbmania

    vbmania/RxValidator

    155Voir sur GitHub↗

    Easy to Use, Read, Extensible, Flexible Validation Checker

    Simple and flexible validation checker.

    Swift
    Voir sur GitHub↗155
  • nikkovios/nkvphonepickerAvatar de NikKovIos

    NikKovIos/NKVPhonePicker

    144Voir sur GitHub↗

    An UITextField subclass to simplify country code's picking. Swift 5.0

    Text field subclass for picking country codes.

    Swift
    Voir sur GitHub↗144
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Input Validation

Explorer les sous-tags

  • Component-Based ValidationValidation logic that synchronizes error states between parent wrappers and child input components. **Distinct from Input Validation:** Focuses on the prop-driven synchronization between Vue components rather than generic validation libraries
  • Data Normalization1 sous-tagStandardizes raw input formats into a consistent internal representation. **Distinct from Input Validation:** Distinct from Input Validation: focuses on the process of cleaning and standardizing data rather than simply verifying correctness.
  • Live Validated InputsInput fields that validate user input in real-time as it is typed, with support for default values and masking. **Distinct from Input Validation:** Distinct from Input Validation: focuses on live, real-time validation during input rather than general input validation libraries.
  • Request-Based ValidationValidation logic encapsulated within dedicated request objects to decouple filtering from business logic. **Distinct from Input Validation:** Distinct from general input validation libraries: focuses on the architectural pattern of using request classes for isolation.