awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
athena-framework avatar

athena-framework/validator

0
View on GitHub↗
7 星标·1 分支·Crystal·MIT·4 次浏览athenaframework.org/Validator↗

Validator

Object/value validation library

Features

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

Star 历史

athena-framework/validator 的 Star 历史图表athena-framework/validator 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Validator 的开源替代方案

相似的开源项目,按与 Validator 的功能重合度排序。
  • symfony/validatorsymfony 的头像

    symfony/validator

    2,689在 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
    在 GitHub 上查看↗2,689
  • open-circle/valibotopen-circle 的头像

    open-circle/valibot

    8,769在 GitHub 上查看↗

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

    TypeScriptbundle-sizemodularparsing
    在 GitHub 上查看↗8,769
  • aosasona/crossbarA

    aosasona/crossbar

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0
  • atinux/schema-inspectorAtinux 的头像

    Atinux/schema-inspector

    503在 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
    在 GitHub 上查看↗503
查看 Validator 的所有 30 个替代方案→

常见问题解答

athena-framework/validator 是做什么的?

Object/value validation library

athena-framework/validator 的主要功能有哪些?

athena-framework/validator 的主要功能包括:Data Validation。

athena-framework/validator 有哪些开源替代品?

athena-framework/validator 的开源替代品包括: 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…