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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesThird-Party Class Validation Extensions

Adds or overrides validation constraints on classes that cannot be modified, using a separate abstract class.

Distinct from Class Property Validation: Distinct from Class Property Validation: focuses on extending validation on unmodifiable third-party classes, not general property validation.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Third-Party Class Validation Extensions. Refine with filters or upvote what's useful.

Awesome Third-Party Class Validation Extensions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • symfony/translationAvatar de symfony

    symfony/translation

    6,607Ver en 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

    Enables adding validation constraints to third-party classes without modifying their source code.

    PHPcomponentphpsymfony
    Ver en GitHub↗6,607
  • symfony/serializerAvatar de symfony

    symfony/serializer

    2,547Ver en GitHub↗

    This library is a PHP-based serialization framework designed to convert complex object graphs into structured formats such as JSON, XML, YAML, and CSV, and to reconstruct those objects from serialized data. It functions as a data transformation tool that maps object properties to array structures, facilitating both application state persistence and the exchange of data between systems. The framework distinguishes itself through a two-stage pipeline that normalizes objects into intermediate structures before encoding them into specific formats. It supports advanced mapping requirements, includ

    Enables applying serialization attributes to third-party classes without modifying source code by mapping metadata to target classes.

    PHPcomponentphpsymfony
    Ver en GitHub↗2,547
  1. Home
  2. Software Engineering & Architecture
  3. Class Property Validation
  4. Third-Party Class Validation Extensions