yiisoft/hydrator

Debug collector

开放

#32 创建于 2023年6月8日

 (0 条评论) (0 个反应) (0 位负责人)PHP (5 个派生)auto 404
good first issuestatus:ready for adoption

仓库指标

星标
 (34 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

A collector for debugging is needed. Similar to https://github.com/yiisoft/validator/blob/master/src/Debug/ValidatorCollector.php is enough for the first iteration

In general would be nice to collect:

  • In-out hydration result: ['service', '5'] => new Model($serviceFromContainer, 5)
  • Data mutations: ['a', '5'] => new Model('abc', '555')
  • Data types mutations: '5' => 5

贡献者指南