
object-reflector
sebastianbergmann
Allows reflection of object attributes, including inherited and non-public ones
AI 简介
sebastianbergmann/object-reflector 是一个 PHP 库,用于反射对象的属性,包括继承的和非公开(私有及受保护)属性。其核心功能在于提供了一种访问对象内部状态的方法,即使这些属性通常因封装原则而无法直接访问。该库支持通过 Composer 方便地集成到项目中,既可作为运行时依赖也可仅在开发阶段使用。适用于需要深入了解或调试复杂 PHP 对象结构的场景,如单元测试、代码审查等。
PHP
BSD 3-Clause "New" or "Revised" License6.3k
Stars
3
Forks
4
Watchers
1
Issues
Star 增长
今日0
近 7 天+3
近 30 天+4
综合评分59.71
默认分支main