Libraries tagged by cached reflections
oliver-schoendorn/dependency-injector
103 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
1429 Downloads
Helper for Doctrine\Annotations, with cached Reflections ⚡
infocyph/intermix
3674 Downloads
A Collection of useful PHP class functions.
good-php/reflection
13919 Downloads
Reflection API with a type system, generics support and cache
ngsoft/tools
4123 Downloads
A set of reusable tools used on my projects.
crodas/notoj
21848 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
1503 Downloads
A performance-improved and convenient way to deal with PHP Reflection.
codememory/reflection
117 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