Libraries tagged by reflective
jshannon63/cobalt
875 Downloads
A fast, autowired PSR-11 dependency injection container for PHP with cached resolution closures.
onsa/reflective-test-case
23 Downloads
ReflectiveTestCase extends PHPUnit's TestCase with the invokeMethod method for the sake of testing private classes.
reflective/reflection
11679 Downloads
Reflective is a formally defined reflection mechanism in PHP, which is used to query detailed information about classes, methods, properties, functions, etc.
phpdocumentor/reflection-docblock
749310026 Downloads
With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
phpdocumentor/reflection-common
734447087 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
sebastian/object-reflector
784578532 Downloads
Allows reflection of object attributes, including inherited and non-public ones
barryvdh/reflection-docblock
127768144 Downloads
symfony/property-access
315694004 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
laminas/laminas-code
195913340 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
doctrine/common
375118654 Downloads
PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.
roave/better-reflection
13579083 Downloads
Better Reflection - an improved code reflection API
doctrine/reflection
107244250 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.
phpdocumentor/reflection
25732005 Downloads
Reflection library to do Static Analysis for PHP Projects
mpociot/reflection-docblock
17479751 Downloads
spatie/php-attribute-reader
1292472 Downloads
A clean API for working with PHP attributes