Libraries tagged by reflection class
oldpak/reflection
18 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
it-bens/reflection-constructor
217 Downloads
A class to find a constructor argument by an object class via Reflection API.
dkplus/reflections
11 Downloads
Reflection on PHP classes that provides as many information about classes as possible
brickhouse/reflection
31 Downloads
Reflection package for classes, functions, properties, etc.
autoframe/class-dependency
122 Downloads
Autoframe PHP dependency resolver for classes, interfaces and traits using static reflection and all in one class
best-served-cold/reflection
130 Downloads
Reflection - Simple utility to reflect objects and classes to access properties and methods.
sparklee/spark-reflection
39 Downloads
a simple tool to display class information.
solarsnowfall/reflection-factory
6 Downloads
Automated user-defined class construction.
shiroi/think-reflection-annotation
19 Downloads
thinkphp的反射插件(同个注解反射某个class、某个method、某个param、通过观察者模式关联绑定的某个method处理多个事务)
serhiikorniushov/reflection-utils
9 Downloads
PHP utils to access private class properties
nikolas-lada/reflection-factory
7 Downloads
The tiny Factory static class which loads parameters and injects them into constructors by reflection.
nastuzzi-samy/reflection-namespace
1762 Downloads
Reflect a namespace, give its classes, its sub-namespaces and more
flarone/reflection
3 Downloads
Test any Private/Protected Methods/Properties of any class
ensostudio/reflection-file
1 Downloads
Reports information about a PHP file: constants, functions, interfaces, traits and classes
darling/php-reflection-utilities
807 Downloads
A collection of php classes that can be used to aide in reflection with PHP