Libraries tagged by reflecction
wingu/reflection
490993 Downloads
Library on top of PHP Reflection with some extra helper methods and a more powerful PHP DocBlock and annotation tags reflection
tempest/reflection
161921 Downloads
A component for reflection.
technically/callable-reflection
82825 Downloads
A handy library to simplify reflecting any callable or constructor. PHP8-ready!
reflective/reflection
10468 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
lanfix/goaop-parser-reflection
201591 Downloads
Provides reflection information, based on raw source
type-lang/reader
4086 Downloads
Library for reading TypeLang AST nodes from types exposed by PHP Reflection objects
rybakit/arguments-resolver
99262 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
reflection/validator
180706 Downloads
Define a specification of PHP entity and check whether the particular item matches it.
princejohnsantillan/reflect
7747 Downloads
Clearer API for PHP Attributes and Reflection.
joomla/test
199930 Downloads
Joomla Test Helper Package
infocyph/intermix
4164 Downloads
A Collection of useful PHP class functions.
eso/ireflection
194487 Downloads
Wrapper around PHP Reflection to make it easier to use
eclipxe/enum
142437 Downloads
Enum based on the Brent Roose enum idea https://stitcher.io/blog/php-enums
duncan3dc/object-intruder
286714 Downloads
A small library to access private/protected properties/methods of objects
reecem/mocker
239000 Downloads
Mock class constructor args based on the reflection class