awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
athena-framework avatar

athena-framework/validator

0
View on GitHub↗
7 estrellas·1 fork·Crystal·MIT·4 vistasathenaframework.org/Validator↗

Validator

Object/value validation library

Features

  • Data Validation - Offers a robust and flexible framework for data validation.

Historial de estrellas

Gráfico del historial de estrellas de athena-framework/validatorGráfico del historial de estrellas de athena-framework/validator

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Validator

Proyectos open-source similares, clasificados según cuántas características comparten con Validator.
  • symfony/validatorAvatar de symfony

    symfony/validator

    2,689Ver en GitHub↗

    This library is a PHP framework for enforcing data integrity and business rules by validating scalar values and complex object structures against predefined constraints. It provides a structured approach to inspecting object graphs and property metadata, ensuring that data conforms to expected requirements before it is processed by an application. The framework distinguishes itself through a metadata-driven mapping system that uses reflection or configuration files to apply rules directly to object properties. It supports contextual rule orchestration, allowing developers to organize constrai

    PHPcomponentphpsymfony
    Ver en GitHub↗2,689
  • open-circle/valibotAvatar de open-circle

    open-circle/valibot

    8,769Ver en GitHub↗

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

    TypeScriptbundle-sizemodularparsing
    Ver en GitHub↗8,769
  • aosasona/crossbarA

    aosasona/crossbar

    0Ver en GitHub↗

    ```gleam import gleam/io import crossbar.{int, maxvalue, minvalue, required, to_float, validate}

    Ver en GitHub↗0
  • atinux/schema-inspectorAvatar de Atinux

    Atinux/schema-inspector

    503Ver en GitHub↗

    Schema-Inspector is a powerful tool to sanitize and validate JS objects. It's designed to work both client-side and server-side and to be scalable with allowing asynchronous and synchronous calls.

    JavaScript
    Ver en GitHub↗503
Ver las 30 alternativas a Validator→

Preguntas frecuentes

¿Qué hace athena-framework/validator?

Object/value validation library

¿Cuáles son las características principales de athena-framework/validator?

Las características principales de athena-framework/validator son: Data Validation.

¿Qué alternativas de código abierto existen para athena-framework/validator?

Las alternativas de código abierto para athena-framework/validator incluyen: symfony/validator — This library is a PHP framework for enforcing data integrity and business rules by validating scalar values and… open-circle/valibot — Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments. aosasona/crossbar — ```gleam import gleam/io import crossbar.{int, maxvalue, minvalue, required, to_float, validate}. bcoop713/skooma — Elixir data validation library. bydooweedoo/is — Fast, extensible and easy to use data structure validation for elixir with nested structures support. atinux/schema-inspector — Schema-Inspector is a powerful tool to sanitize and validate JS objects. It's designed to work both client-side and…