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
·

2 repositorios

Awesome GitHub RepositoriesReflection-Driven Validation

Validating metadata by comparing parsed annotations against the target element's reflection properties.

Distinct from Reflection: Focuses on the validation process using reflection, not just the act of reflection itself.

Explore 2 awesome GitHub repositories matching part of an awesome list · Reflection-Driven Validation. Refine with filters or upvote what's useful.

Awesome Reflection-Driven Validation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • doctrine/annotationsAvatar de doctrine

    doctrine/annotations

    6,738Ver en GitHub↗

    This project is a PHP docblock annotation parser and reflection metadata tool designed to extract structured metadata from doc-comments and convert them into class instances. It functions as a system for retrieving and managing custom metadata attached to classes, methods, and properties. The library includes a metadata caching system to store parsed results, which reduces the performance overhead associated with repeated reflection calls and string parsing. It also serves as a static analysis utility for validating source code structure and enforcing coding standards through automated docblo

    Validates annotation placement and data types by comparing parsed metadata against target reflection properties.

    PHP
    Ver en GitHub↗6,738
  • asaskevich/govalidatorAvatar de asaskevich

    asaskevich/govalidator

    6,203Ver en GitHub↗

    Go Package of validators and sanitizers for strings, numerics, slices and structs

    Uses Go's reflect package to traverse struct fields, extract tags, and invoke validators dynamically.

    Gogogovalidatorsanitization
    Ver en GitHub↗6,203
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Reflection
  5. Reflection-Driven Validation