awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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 2 awesome GitHub repositories matching development tools & productivity · Data Hydration Tools. Refine with filters or upvote what's useful.

Awesome Data Hydration Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • doctrine/instantiatordoctrine 的头像

    doctrine/instantiator

    10,999在 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
    在 GitHub 上查看↗10,999
  • symfony/serializersymfony 的头像

    symfony/serializer

    2,547在 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

    Provides a system for defining serialization rules using native language attributes to control data processing.

    PHPcomponentphpsymfony
    在 GitHub 上查看↗2,547
  1. Home
  2. Development Tools & Productivity
  3. PHP Development Tools
  4. Data Hydration Tools