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

貢獻者指南