awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • doctrine/annotationsAvatar doctrine

    doctrine/annotations

    6,738Vezi pe 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
    Vezi pe GitHub↗6,738
  • asaskevich/govalidatorAvatar asaskevich

    asaskevich/govalidator

    6,203Vezi pe 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
    Vezi pe GitHub↗6,203
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Reflection
  5. Reflection-Driven Validation