Libraries tagged by php reflection
ft/reflection
35 Downloads
A PHP reflection library
darling/php-reflection-utilities
797 Downloads
A collection of php classes that can be used to aide in reflection with PHP
coooold/php-reflection-router
20 Downloads
reflect url params to function params
shasoft/reflection
28 Downloads
Package for reflection php
rquadling/reflection
190 Downloads
A small set of enhancements to PHP's standard Reflection classes
benoth/static-reflection
5 Downloads
Static Reflection library compatible with PHP native Reflection
azonmedia/reflection
396 Downloads
Classes extending various PHP/Reflection classes
kornrunner/php-token-reflection
6966 Downloads
Library emulating the PHP internal reflection using just the tokenized source code.
mopsyd/reflection-class-constant-patch
12 Downloads
This is a backwards compatible patch of the PHP 7.1 ReflectionClassConstant for versions of PHP prior to 7.1
dkplus/reflections
11 Downloads
Reflection on PHP classes that provides as many information about classes as possible
gitaroban/reflection-component
0 Downloads
Ajout de fonctionnalites aux classes Reflection de PHP.
vairogs/functions-php
0 Downloads
A PHP library providing enhanced PHP utility functions for reflection, introspection, and general PHP programming tasks
kubomikita/reflection
10 Downloads
Fork of Nette Reflection: docblock annotations parser and common reflection classes with php 8 compatibility
noresources/reflection
52 Downloads
PHP class and source file reflection utilities
zetacomponents/reflection
1069 Downloads
The main objective of the Reflection component is to enhance PHP by type information and annotations. It uses source code documentation to determine data types and other pieces of information provided via annotations. Those annotations can be used to realize systems which depend on strong type information or additional details about the source code itself.