Libraries tagged by cached reflections
entelisteam/lbaf-reflection
21 Downloads
Lightweight PHP reflection utilities: enum helper, type caster, short class name resolver, cached method parameter lookup.
oliver-schoendorn/dependency-injector
105 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.
x3p0-dev/x3p0-attributes
0 Downloads
A small, cached PHP attribute reader.
orbiter/annotations-util
1437 Downloads
Helper for Doctrine\Annotations, with cached Reflections ⚡
good-php/reflection
30028 Downloads
Reflection API with a type system, generics support and cache
infocyph/intermix
10548 Downloads
A lightweight, high-performance PHP dependency injection and runtime utility toolkit with invocation, scoped services, compiled resolution, Closure serialization, Fence and fluent helpers.
teofanis/hook-press
1890 Downloads
HookPress is a Laravel package that uses Composer hooks to automatically discover, filter, and cache classes, traits, and interfaces in your application
crodas/notoj
22216 Downloads
Annotation parser. Uses reflection and provides cache out of the box.
codememory/reflection
184 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
ngsoft/tools
5009 Downloads
A set of reusable tools used on my projects.
abmmhasan/oof
209 Downloads
A lightweight, high-performance PHP dependency injection and runtime utility toolkit with invocation, scoped services, compiled resolution, Closure serialization, Fence and fluent helpers.
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
phpdot/attribute
20 Downloads
PHP 8 attribute scanning, caching, and discovery. Standalone.
abmmhasan/intermix
76 Downloads
A lightweight, high-performance PHP dependency injection and runtime utility toolkit with invocation, scoped services, compiled resolution, Closure serialization, Fence and fluent helpers.
genai/openapi
79 Downloads
Generates an OpenAPI 3 document at build time from your #[RestController] routes, request-body Forms/DTOs and validation constraints — baked into a reflection-free Cache\OpenApi — and ships a controller that serves /openapi.json and a Swagger UI page at /docs. PHP 5.3-safe at runtime.