Libraries tagged by php reflection
nicmart/phpy
6 Downloads
With phpy you have an object-oriented interface to create valid php-code constructs
mulertech/class-manipulation
132 Downloads
This Class manipulate classes
mitsuki/mitsuki-orm
0 Downloads
A lightweight wrapper around Doctrine ORM 3 providing reflection-based repository mapping, advanced query helpers, and metadata caching.
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
larammerce/annotation-parser
47 Downloads
A PHP annotation parser system based on PHP-doc.
kode/attributes
37 Downloads
轻量级、健壮的PHP 8.1+属性读取器,为kodephp框架和主流PHP框架提供基础组件支持
ketwaroo/package-info
7 Downloads
Sort of a reflection tool for composer packages.
jitsu/util
110 Downloads
General-purpose utilities for PHP
ilya/block
131 Downloads
Parsing docblocks made easy
fubber/fubber
2 Downloads
Multi-language codebase inspection tool using reflection and static analysis
felideo/debug2
603 Downloads
Debug2 is a function developed to debug PHP code of form easy, simple, pretty print, fast and safe.
cwola/reflector
29 Downloads
Providing simple reflections (Cwola library).
csoellinger/dog-html-printer
279 Downloads
HTML printer for Dog, a simple code documentation generator.
constanze-standard/di
27 Downloads
A PHP dependency injection manager
cline/introspect
4 Downloads
Runtime introspection helpers for PHP 8.4+ featuring trait detection, class hierarchy inspection, and reflection utilities