Libraries tagged by cached reflections
oliver-schoendorn/dependency-injector
104 Downloads
A very simple dependency injector that supports instance creation and auto wiring of classes, class methods and functions. Additionally it provides simple means of caching the necessary reflections to boost performance in heavy load environments.
orbiter/annotations-util
1435 Downloads
Helper for Doctrine\Annotations, with cached Reflections ⚡
infocyph/intermix
4237 Downloads
A Collection of useful PHP class functions.
good-php/reflection
15647 Downloads
Reflection API with a type system, generics support and cache
ngsoft/tools
4309 Downloads
A set of reusable tools used on my projects.
crodas/notoj
21855 Downloads
Annotation parser. Uses reflection and provides cache out of the box.
abmmhasan/oof
205 Downloads
A Collection of useful PHP class functions.
abmmhasan/intermix
74 Downloads
A Collection of useful PHP class functions.
scaleupstack/reflection
1512 Downloads
A performance-improved and convenient way to deal with PHP Reflection.
codememory/reflection
119 Downloads
The library is similar to the built-in API class Reflection, but the only difference is that this library caches the entire result and does not work with the built-in Reflection in the future, which improves performance