Libraries tagged by reflection
samihsoylu/journal
24 Downloads
Document your life, daily happenings, special occasions, and reflections on your goals.
pollora/hook
65 Downloads
A modern PHP package for WordPress hook (action/filter) management with callback resolution and reflection caching
notauniondev/laminas-code
197 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
milpa/container
267 Downloads
Reflection-autowiring PSR-11 dependency injection container for the Milpa PHP framework: lazy singleton resolution, circular-dependency detection with chain reporting, and safe optional retrieval.
magento/magento-zf-server
11081 Downloads
Create Reflection-based RPC servers
genai/validation
94 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.
genai/sql-mapper
110 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.
genai/openapi
59 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.
genai/i18n
59 Downloads
Localization for the GenAI stack — Spring-style message keys compiled from per-locale .ini catalogs into a reflection-free Cache\Messages, a Translator bean, a global __() view helper, and a LocaleInterceptor that resolves the request locale (?lang / session / Accept-Language). PHP 5.3-safe at runtime.
genai/dto
93 Downloads
DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.
futuretek/data-mapper
887 Downloads
A lightweight, reflection-based PHP 8.4+ data mapping library for converting associative arrays into typed PHP objects (POPOs), and back. Ideal for OpenAPI-generated DTOs, form handling, and request/response serialization in modern API architectures.
forrest79/phpgsql-phpstan
4588 Downloads
PhPgSql class reflection extension and settings for PHPStan.
evosoftcz/phpstan-eda
6713 Downloads
Eda class reflection extension for PHPStan
dittto/doctrine-entity-factories
6380 Downloads
Allows doctrine to pull entities from factories instead of just reflection
ahmedtarboush/papyrus-docs
985 Downloads
A native, reflection-based documentation generator for Laravel. Turns your code into a living codex.