awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • doctrine/annotationsالصورة الرمزية لـ doctrine

    doctrine/annotations

    6,738عرض على 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
    عرض على GitHub↗6,738
  • asaskevich/govalidatorالصورة الرمزية لـ asaskevich

    asaskevich/govalidator

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