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

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

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

2 مستودعات

Awesome GitHub RepositoriesComposable Validation Frameworks

Frameworks that allow the construction of complex validation logic through the composition of reusable predicates.

Distinct from Parameterized Custom Validators: Distinct from Parameterized Custom Validators: covers the overall architectural framework for composing and reusing predicates, not just the parameterization of single functions.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Composable Validation Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Custom Validation Rules
  4. Asynchronous Validators
  5. Custom Validation Functions
  6. Parameterized Custom Validators

Awesome Composable Validation Frameworks GitHub Repositories

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

    sindresorhus/ow

    3,868عرض على GitHub↗

    ow is a type-safe schema validation library for TypeScript that verifies data integrity at runtime. It functions as a runtime validation framework and type guard utility, ensuring that JavaScript values match expected types and schemas before they are processed. The library synchronizes runtime data checks with static TypeScript type definitions, allowing users to extract type definitions directly from validation predicates. This integration enables type narrowing, where a successful validation result refines the variable type for safer usage in the code. The framework uses a chainable API t

    Implements a framework for creating reusable, composable predicates and custom error messages for complex data verification.

    TypeScriptjavascriptnodejsnpm-package
    عرض على GitHub↗3,868
  • php-standard-library/php-standard-libraryالصورة الرمزية لـ php-standard-library

    php-standard-library/php-standard-library

    1,552عرض على GitHub↗

    The php-standard-library is a comprehensive toolkit for functional programming and asynchronous networking in PHP, featuring typed data structures, structured concurrency, and composable validation mechanisms. It provides explicit result types and pure collection transformers that separate lists from dictionaries, eliminating traditional array key confusion and error-throwing patterns. The library supports concurrent execution through lightweight user-space fibers, message-passing channels, and non-blocking event loops, driving asynchronous TCP, TLS, UDP, and Unix socket servers without relyi

    Validates untrusted input data against declarative type definitions and shapes without runtime reflection overhead.

    PHPansiasynccollection
    عرض على GitHub↗1,552
  • Composable Validation Frameworks