Libraries tagged by reflect
princejohnsantillan/reflect
4799 Downloads
Clearer API for PHP Attributes and Reflection.
yep/reflection
81395 Downloads
PHP class reflection enhancements
xp-framework/reflection
53760 Downloads
Reflection
tempest/reflection
90449 Downloads
A component for reflection.
technically/callable-reflection
74655 Downloads
A handy library to simplify reflecting any callable or constructor. PHP8-ready!
bartlett/php-reflect
93416 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
reflection/validator
175126 Downloads
Define a specification of PHP entity and check whether the particular item matches it.
joomla/test
181002 Downloads
Joomla Test Helper Package
eso/ireflection
188018 Downloads
Wrapper around PHP Reflection to make it easier to use
eclipxe/enum
106778 Downloads
Enum based on the Brent Roose enum idea https://stitcher.io/blog/php-enums
duncan3dc/object-intruder
270327 Downloads
A small library to access private/protected properties/methods of objects
reecem/mocker
230231 Downloads
Mock class constructor args based on the reflection class
rector/phpstan-rules
954301 Downloads
PHPStan rules for Rector projects - with focus on static reflection and Rector design patterns
dg/texy
133693 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
christopheraseidl/reflect
1204 Downloads
A simple class for facilitating quicker use of PHP's ReflectionClass.