Libraries tagged by reflection

samihsoylu/journal

70 Favers
24 Downloads

Document your life, daily happenings, special occasions, and reflections on your goals.

Go to Download


pollora/hook

0 Favers
65 Downloads

A modern PHP package for WordPress hook (action/filter) management with callback resolution and reflection caching

Go to Download


notauniondev/laminas-code

0 Favers
197 Downloads

Extensions to the PHP Reflection API, static code scanning, and code generation

Go to Download


milpa/container

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

Go to Download


magento/magento-zf-server

0 Favers
11081 Downloads

Create Reflection-based RPC servers

Go to Download


genai/validation

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

Go to Download


genai/sql-mapper

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

Go to Download


genai/openapi

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

Go to Download


genai/i18n

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

Go to Download


genai/dto

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

Go to Download


futuretek/data-mapper

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

Go to Download


forrest79/phpgsql-phpstan

2 Favers
4588 Downloads

PhPgSql class reflection extension and settings for PHPStan.

Go to Download


evosoftcz/phpstan-eda

0 Favers
6713 Downloads

Eda class reflection extension for PHPStan

Go to Download


dittto/doctrine-entity-factories

3 Favers
6380 Downloads

Allows doctrine to pull entities from factories instead of just reflection

Go to Download


ahmedtarboush/papyrus-docs

0 Favers
985 Downloads

A native, reflection-based documentation generator for Laravel. Turns your code into a living codex.

Go to Download


<< Previous Next >>