awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesClass-Level Validation Declarations

Validation rules defined using class-level declarations instead of instance methods, for legacy compatibility.

Distinct from Class Property Validation: Distinct from Class Property Validation: focuses on declarative validation syntax at the class level, not runtime decorator-based validation.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Class-Level Validation Declarations. Refine with filters or upvote what's useful.

Awesome Class-Level Validation Declarations GitHub Repositories

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

    symfony/translation

    6,607Vezi pe GitHub↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Supports class-level validation constraints that validate the entire object as a whole.

    PHPcomponentphpsymfony
    Vezi pe GitHub↗6,607
  • jeremyevans/sequelAvatar jeremyevans

    jeremyevans/sequel

    5,076Vezi pe GitHub↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Defines validations using class-level declarations instead of instance methods for legacy compatibility.

    Ruby
    Vezi pe GitHub↗5,076
  • ali-bouali/book-social-networkAvatar ali-bouali

    ali-bouali/book-social-network

    1,051Vezi pe GitHub↗

    This platform is a social network application designed for managing community book exchanges and personal digital libraries. It provides a structured environment for users to organize book collections, coordinate the borrowing and returning of items, and manage approval workflows for shared resources. The system is built as a RESTful backend that integrates user account management with secure, token-based authentication. It utilizes email-driven identity verification to secure access and maintains persistent state through a relational database, ensuring that user profiles and library assets r

    Uses declarative class and field annotations to trigger automated integrity checks during runtime.

    TypeScriptangulardockerjava
    Vezi pe GitHub↗1,051
  • neoremind/fluent-validatorAvatar neoremind

    neoremind/fluent-validator

    1,019Vezi pe GitHub↗

    Fluent-validator is a Java validation framework designed to enforce data integrity through declarative constraints and automated service-layer checks. It provides a structured environment for defining validation logic that integrates with the JSR 303 specification, allowing developers to maintain consistent data quality across complex object hierarchies and application boundaries. The framework distinguishes itself through a fluent interface that enables the orchestration of validation chains, allowing for readable and maintainable rule sequences. It supports advanced execution control, inclu

    Automates object graph validation and service argument checks using declarative annotations and method interception.

    Java
    Vezi pe GitHub↗1,019
  1. Home
  2. Software Engineering & Architecture
  3. Class Property Validation
  4. Class-Level Validation Declarations

Explorează sub-etichetele

  • Annotation-Driven ValidatorsValidation frameworks that utilize class and field annotations to trigger automated integrity checks during runtime. **Distinct from Class-Level Validation Declarations:** Distinct from Class-Level Validation Declarations: focuses on modern annotation-based runtime validation rather than legacy class-level declarations.
  • Class-Level Constraint ValidationsValidates an entire object against class-level constraints such as Callback for custom validation logic. **Distinct from Class-Level Validation Declarations:** Distinct from Class-Level Validation Declarations: focuses on runtime validation of the whole object, not declarative syntax for legacy compatibility.