awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesData Hydration Tools

Utilities for populating object properties from external data sources using reflection.

Distinct from PHP Development Tools: Distinct from general PHP development tools by focusing specifically on the process of hydrating objects from data.

Explore 1 awesome GitHub repository matching development tools & productivity · Data Hydration Tools. Refine with filters or upvote what's useful.

Awesome Data Hydration Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • doctrine/instantiatorAvatar de doctrine

    doctrine/instantiator

    10,999Voir sur GitHub↗

    Instantiator is a PHP library designed to create class instances without invoking their constructors. It uses the PHP Reflection API to allocate objects in memory and initialize them in a predefined state, bypassing standard constructor logic. The project functions as a data hydration tool and a testing helper. It enables the population of PHP objects from external data sources by mapping values directly to properties, regardless of whether those properties are public, protected, or private. This capability allows for the generation of objects in specific internal states for unit tests withou

    Fills PHP objects with data from external sources by mapping values directly to properties via reflection.

    PHP
    Voir sur GitHub↗10,999
  1. Home
  2. Development Tools & Productivity
  3. PHP Development Tools
  4. Data Hydration Tools