zz ca8126a759 项目初始化 1 tydzień temu
..
.psalm ca8126a759 项目初始化 1 tydzień temu
src ca8126a759 项目初始化 1 tydzień temu
ChangeLog.md ca8126a759 项目初始化 1 tydzień temu
LICENSE ca8126a759 项目初始化 1 tydzień temu
README.md ca8126a759 项目初始化 1 tydzień temu
composer.json ca8126a759 项目初始化 1 tydzień temu

README.md

sebastian/object-reflector

CI Status Type Coverage

Allows reflection of object attributes, including inherited and non-public ones.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/object-reflector

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/object-reflector