Libraries tagged by cached reflections

entelisteam/lbaf-reflection

0 Favers
21 Downloads

Lightweight PHP reflection utilities: enum helper, type caster, short class name resolver, cached method parameter lookup.

Go to Download


oliver-schoendorn/dependency-injector

1 Favers
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.

Go to Download


x3p0-dev/x3p0-attributes

0 Favers
0 Downloads

A small, cached PHP attribute reader.

Go to Download


orbiter/annotations-util

2 Favers
1437 Downloads

Helper for Doctrine\Annotations, with cached Reflections ⚡

Go to Download


good-php/reflection

6 Favers
30028 Downloads

Reflection API with a type system, generics support and cache

Go to Download


infocyph/intermix

13 Favers
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.

Go to Download


teofanis/hook-press

8 Favers
1890 Downloads

HookPress is a Laravel package that uses Composer hooks to automatically discover, filter, and cache classes, traits, and interfaces in your application

Go to Download


crodas/notoj

37 Favers
22216 Downloads

Annotation parser. Uses reflection and provides cache out of the box.

Go to Download


codememory/reflection

2 Favers
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

Go to Download


ngsoft/tools

0 Favers
5009 Downloads

A set of reusable tools used on my projects.

Go to Download


abmmhasan/oof

13 Favers
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.

Go to Download


genai/sql-mapper

0 Favers
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.

Go to Download


phpdot/attribute

0 Favers
20 Downloads

PHP 8 attribute scanning, caching, and discovery. Standalone.

Go to Download


abmmhasan/intermix

13 Favers
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.

Go to Download


genai/openapi

0 Favers
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.

Go to Download


Next >>