3 रिपॉजिटरी
Registers a custom validation function that accepts parameters, enabling configurable validation rules.
Distinct from Custom Validation Functions: Distinct from Custom Validation Functions: focuses on registering validators that accept parameters, not just executing custom logic.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Parameterized Custom Validators. Refine with filters or upvote what's useful.
Go Package of validators and sanitizers for strings, numerics, slices and structs
Registers a custom validation function that accepts parameters, enabling configurable validation rules.
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.
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.