awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to node-modules/parameter

Open-source alternatives to Parameter

30 open-source projects similar to node-modules/parameter, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Parameter alternative.

  • symfony/validatorsymfony का अवतार

    symfony/validator

    2,689GitHub पर देखें↗

    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,769GitHub पर देखें↗

    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

    0GitHub पर देखें↗

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

    GitHub पर देखें↗0
  • athena-framework/validatorathena-framework का अवतार

    athena-framework/validator

    7GitHub पर देखें↗

    Object/value validation library

    Crystal
    GitHub पर देखें↗7

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • atinux/schema-inspectorAtinux का अवतार

    Atinux/schema-inspector

    503GitHub पर देखें↗

    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
  • bcoop713/skoomabcoop713 का अवतार

    bcoop713/skooma

    141GitHub पर देखें↗

    Elixir data validation library

    Elixir
    GitHub पर देखें↗141
  • bydooweedoo/isbydooweedoo का अवतार

    bydooweedoo/is

    20GitHub पर देखें↗

    Fast, extensible and easy to use data structure validation for elixir with nested structures support.

    Elixir
    GitHub पर देखें↗20
  • cargosense/vexCargoSense का अवतार

    CargoSense/vex

    601GitHub पर देखें↗

    Data Validation for Elixir

    Elixir
    GitHub पर देखें↗601
  • colinhacks/zodcolinhacks का अवतार

    colinhacks/zod

    43,036GitHub पर देखें↗

    Zod is a TypeScript-first schema declaration and validation library designed to ensure end-to-end data integrity. It functions as a runtime type guard, allowing developers to define complex data structures through a declarative, chainable syntax. By using these schema definitions, the library automatically derives static TypeScript types, eliminating the need for manual type duplication and ensuring that runtime data matches expected application contracts. The library distinguishes itself through functional schema composition, which enables the creation of hierarchical structures by nesting a

    TypeScriptruntime-validationschema-validationstatic-types
    GitHub पर देखें↗43,036
  • epoberezkin/ajvepoberezkin का अवतार

    epoberezkin/ajv

    14,748GitHub पर देखें↗

    Ajv is a JSON Schema validator and schema compilation engine used to verify that JavaScript objects conform to specific JSON Schema definitions. It functions as a data coercer and localization tool, allowing for the application of default values and the translation of validation error messages into different languages. The project converts declarative JSON Schema definitions into optimized JavaScript functions to increase validation speed. It supports the extension of validation logic through custom keywords and the generation of standalone validation code that executes without external depen

    TypeScript
    GitHub पर देखें↗14,748
  • evgeniums/cpp-validatorevgeniums का अवतार

    evgeniums/cpp-validator

    62GitHub पर देखें↗

    C++ header-only library for generic data validation.

    C++
    GitHub पर देखें↗62
  • hapijs/joihapijs का अवतार

    hapijs/joi

    21,192GitHub पर देखें↗

    Joi is a JavaScript data validation library used to define schemas that validate, cast, and sanitize data objects. It functions as an object schema validator and parser, ensuring that input data matches specific types and formats before it is processed by an application. The library features a conditional validation engine capable of dynamic schema enforcement, where validation logic and dependencies change based on the values of other keys within an object. It also serves as a data casting and sanitization tool, transforming input values into target types and removing sensitive keys from the

    JavaScripthapijavascriptschema
    GitHub पर देखें↗21,192
  • holoviz/paramH

    holoviz/param

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • ianstormtaylor/superstructianstormtaylor का अवतार

    ianstormtaylor/superstruct

    7,141GitHub पर देखें↗

    Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

    TypeScriptinterfacejavascriptschema
    GitHub पर देखें↗7,141
  • imbrn/v8nimbrn का अवतार

    imbrn/v8n

    4,145GitHub पर देखें↗

    v8n is a JavaScript data validation library used to verify that values, objects, and arrays meet specific criteria. It functions as a schema-based validator and an asynchronous validation engine, utilizing a fluent API to construct sequences of chainable rules and constraints. The framework is distinguished by its ability to execute promises and network requests during the validation process to determine if a value is valid. It allows for the creation of reusable validation schemas and provides a customizable rule framework where users can define their own logic and configure how error result

    JavaScript
    GitHub पर देखें↗4,145
  • joshdata/python-email-validatorJoshData का अवतार

    JoshData/python-email-validator

    1,410GitHub पर देखें↗

    A robust email syntax and deliverability validation library for Python.

    Pythondnsemailnormalization
    GitHub पर देखें↗1,410
  • jquense/yupjquense का अवतार

    jquense/yup

    23,673GitHub पर देखें↗

    Yup is a JavaScript schema validation library used to define data shapes and validate runtime values. It functions as an object schema validator and a data coercion engine, allowing developers to transform raw input values into desired types before performing validation checks. The library is distinguished by its support for dynamic schema validation, where rules can be adjusted at runtime based on sibling field values or external context. It also enables recursive data structuring for polymorphic fields and provides a system for extracting static TypeScript interfaces from runtime schema def

    TypeScript
    GitHub पर देखें↗23,673
  • keleshev/schemakeleshev का अवतार

    keleshev/schema

    2,943GitHub पर देखें↗

    Schema validation just got Pythonic

    Python
    GitHub पर देखें↗2,943
  • krzemin/octopuskrzemin का अवतार

    krzemin/octopus

    152GitHub पर देखें↗

    Scala library for boilerplate-free validation

    Scala
    GitHub पर देखें↗152
  • madeinussr/exopmadeinussr का अवतार

    madeinussr/exop

    216GitHub पर देखें↗

    Elixir library that provides macros which allow you to encapsulate business logic and validate incoming parameters with predefined contract.

    Elixir
    GitHub पर देखें↗216
  • mafintosh/is-my-json-validmafintosh का अवतार

    mafintosh/is-my-json-valid

    965GitHub पर देखें↗

    A JSONSchema validator that uses code generation to be extremely fast

    JavaScript
    GitHub पर देखें↗965
  • martinthenth/goalmartinthenth का अवतार

    martinthenth/goal

    89GitHub पर देखें↗

    A parameter validation library - based on Ecto

    Elixir
    GitHub पर देखें↗89
  • mikeerickson/validatorjsM

    mikeerickson/validatorjs

    1,811GitHub पर देखें↗

    The validatorjs library makes data validation in JavaScript very easy in both the browser and Node.js. This library was inspired by the Laravel framework's Validator.

    JavaScript
    GitHub पर देखें↗1,811
  • movebank/movebank-api-docmovebank का अवतार

    movebank/movebank-api-doc

    185GitHub पर देखें↗

    Description of download interface to build calls to the Movebank database using HTTP/CSV or JSON/JavaScript requests

    Python
    GitHub पर देखें↗185
  • neovintage/accordneovintage का अवतार

    neovintage/accord

    26GitHub पर देखें↗

    Validations for Crystal Objects

    Crystal
    GitHub पर देखें↗26
  • nettofarah/property-validatornettofarah का अवतार

    nettofarah/property-validator

    158GitHub पर देखें↗

    :whitecheckmark: Easy property validation for JavaScript, Node and Express.

    JavaScriptassertionsrequest-validationvalidation
    GitHub पर देखें↗158
  • nicolab/crystal-validatorNicolab का अवतार

    Nicolab/crystal-validator

    31GitHub पर देखें↗

    :gem: Data validation module for Crystal lang

    Crystal
    GitHub पर देखें↗31
  • oussamahamdaoui/forgjsoussamahamdaoui का अवतार

    oussamahamdaoui/forgJs

    1,652GitHub पर देखें↗

    ForgJs is a javascript lightweight object validator.

    JavaScriptjavascriptjsobject
    GitHub पर देखें↗1,652
  • prio/shapeprio का अवतार

    prio/shape

    6GitHub पर देखें↗

    A data validation library for Elixir based on Prismatic Scheme

    Elixir
    GitHub पर देखें↗6
  • pydantic/pydanticpydantic का अवतार

    pydantic/pydantic

    26,932GitHub पर देखें↗

    Pydantic is a data validation and serialization library that enforces schema constraints and performs type conversion on complex data structures. It utilizes standard Python type annotations to define data models, allowing developers to establish structured schemas that automatically enforce business rules and constraints without the need for custom domain-specific languages. The library distinguishes itself by transforming high-level model definitions into optimized code during initialization to minimize runtime overhead. It supports recursive validation for nested data structures and employ

    Pythonhintsjson-schemaparsing
    GitHub पर देखें↗26,932