Object/value validation library
Principalele funcționalități ale athena-framework/validator sunt: Data Validation.
Alternativele open-source pentru athena-framework/validator includ: symfony/validator — This library is a PHP framework for enforcing data integrity and business rules by validating scalar values and… open-circle/valibot — Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments. aosasona/crossbar — ```gleam import gleam/io import crossbar.{int, maxvalue, minvalue, required, to_float, validate}. bcoop713/skooma — Elixir data validation library. bydooweedoo/is — Fast, extensible and easy to use data structure validation for elixir with nested structures support. atinux/schema-inspector — Schema-Inspector is a powerful tool to sanitize and validate JS objects. It's designed to work both client-side and…
This library is a PHP framework for enforcing data integrity and business rules by validating scalar values and complex object structures against predefined constraints. It provides a structured approach to inspecting object graphs and property metadata, ensuring that data conforms to expected requirements before it is processed by an application. The framework distinguishes itself through a metadata-driven mapping system that uses reflection or configuration files to apply rules directly to object properties. It supports contextual rule orchestration, allowing developers to organize constrai
Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.
```gleam import gleam/io import crossbar.{int, maxvalue, minvalue, required, to_float, validate}
Schema-Inspector is a powerful tool to sanitize and validate JS objects. It's designed to work both client-side and server-side and to be scalable with allowing asynchronous and synchronous calls.