Libraries tagged by reflect
yep/reflection
88627 Downloads
PHP class reflection enhancements
wingu/reflection
492803 Downloads
Library on top of PHP Reflection with some extra helper methods and a more powerful PHP DocBlock and annotation tags reflection
webignition/object-reflector
73311 Downloads
tempest/reflection
166542 Downloads
A component for reflection.
technically/callable-reflection
83302 Downloads
A handy library to simplify reflecting any callable or constructor. PHP8-ready!
reflective/reflection
11182 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
type-lang/reader
4097 Downloads
Library for reading TypeLang AST nodes from types exposed by PHP Reflection objects
rybakit/arguments-resolver
99421 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
reflection/validator
180985 Downloads
Define a specification of PHP entity and check whether the particular item matches it.
joomla/test
202937 Downloads
Joomla Test Helper Package
infocyph/intermix
4217 Downloads
A Collection of useful PHP class functions.
eso/ireflection
194854 Downloads
Wrapper around PHP Reflection to make it easier to use
eclipxe/enum
143205 Downloads
Enum based on the Brent Roose enum idea https://stitcher.io/blog/php-enums
duncan3dc/object-intruder
287352 Downloads
A small library to access private/protected properties/methods of objects
reecem/mocker
239339 Downloads
Mock class constructor args based on the reflection class