Libraries tagged by reflection class
oliver-schoendorn/dependency-injector
104 Downloads
A very simple dependency injector that supports instance creation and auto wiring of classes, class methods and functions. Additionally it provides simple means of caching the necessary reflections to boost performance in heavy load environments.
ok/uml-php
47 Downloads
The library for generating information about project's classes
litinghong/interface-distiller
19 Downloads
Derives Interfaces from the API of a class
koda/koda
33731 Downloads
Utility classes for analyse code and invoking callables with verification of arguments and type casting
jopic/reflectiontestutils
24 Downloads
utility class for field injection in tests
jclaveau/php-visibility-violator
201 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
grizz-it/php-ast-generator
59 Downloads
A set of generators for creating PHP classes and interfaces.
felideo/debug2
599 Downloads
Debug2 is a function developed to debug PHP code of form easy, simple, pretty print, fast and safe.
aesonus/parse-use-statements
257 Downloads
Parse use statements for a reflection object
1of0/phpdoc-reader
214 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
scheb/implementation-iterator
11025 Downloads
Iterates a PSR-4 compliant directory for implementations of a class/interface
kherge/providence
148 Downloads
Makes testing through reflection easy.
scaleupstack/annotations
47 Downloads
Annotations parser for classical DocBlock-style annotations and an extended multi-line declaration.
jorisvanw/mocker
2 Downloads
Mock class constructor args based on the reflection class
greencape/reflector
58 Downloads
A wrapper to the Reflection classes for accessing non-public properties and methods for testing.