awesome-repositories.com
Blog
MCP
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
·
SvenTiigi avatar

SvenTiigi/ValidatedPropertyKit

0
View on GitHub↗
981 stars·46 forks·Swift·MIT·7 vuessventiigi.github.io/ValidatedPropertyKit↗

ValidatedPropertyKit

Easily validate your Properties with Property Wrappers 👮

Features

  • Form Builders - Validate properties using property wrappers.
  • Input Validation - Property wrapper-based validation.

Historique des stars

Graphique de l'historique des stars pour sventiigi/validatedpropertykitGraphique de l'historique des stars pour sventiigi/validatedpropertykit

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à ValidatedPropertyKit

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ValidatedPropertyKit.
  • 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.

    Swift
    Voir sur GitHub↗491
  • swiftvalidatorcommunity/swiftvalidatorAvatar de SwiftValidatorCommunity

    SwiftValidatorCommunity/SwiftValidator

    1,438Voir sur GitHub↗

    A rule-based validation library for Swift

    Swift
    Voir sur GitHub↗1,438
  • 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

    TypeScriptjavascriptparsingruntime-typechecking
    Voir sur GitHub↗7,780
  • 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

    JavaScript
    Voir sur GitHub↗23,744
Voir les 29 alternatives à ValidatedPropertyKit→

Questions fréquentes

Que fait sventiigi/validatedpropertykit ?

Easily validate your Properties with Property Wrappers 👮

Quelles sont les fonctionnalités principales de sventiigi/validatedpropertykit ?

Les fonctionnalités principales de sventiigi/validatedpropertykit sont : Form Builders, Input Validation.

Quelles sont les alternatives open-source à sventiigi/validatedpropertykit ?

Les alternatives open-source à sventiigi/validatedpropertykit incluent : swiftvalidatorcommunity/swiftvalidator — A rule-based validation library for Swift. ustwo/formvalidator-swift — A framework to validate inputs of text fields and text views in a convenient way. arktypeio/arktype — Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with… jzaefferer/jquery-validation — This project is a jQuery-based form validation library designed to verify HTML form input values on the client side… chriso/validator.js — validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that… laravelcollective/html — This project is a programmatic HTML form builder and element generator for PHP, designed as a component library for…