Libraries tagged by reflection class
nabeghe/reflecty
16 Downloads
Simple reflection helper for PHP.
sun/staticreflection
24 Downloads
Static PHP class code reflection for post-discovery scenarios.
storeman/graph-uml
1606 Downloads
Generate UML class diagrams by reflection for your PHP projects
cline/introspect
4 Downloads
Runtime introspection helpers for PHP 8.4+ featuring trait detection, class hierarchy inspection, and reflection utilities
webmasterapp/phpdoc-reader
21 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
valksor/php-functions-php
31 Downloads
A PHP library providing enhanced PHP utility functions for reflection, introspection, and general PHP programming tasks
theorx/reflectionist
31 Downloads
Class analyzer for php 5.5
stichoza/jira-webhooks-data
1669 Downloads
PHP classes for Atlassian Jira webhook data structures
scaleupstack/metadata
30 Downloads
Metadata analysis of PHP classes. Can be extended for your needs by feature analyzers. Based on jms/metadata.
onsa/reflective-test-case
23 Downloads
ReflectiveTestCase extends PHPUnit's TestCase with the invokeMethod method for the sake of testing private classes.
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.
ok/uml-php
47 Downloads
The library for generating information about project's classes
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+.
litinghong/interface-distiller
19 Downloads
Derives Interfaces from the API of a class
jopic/reflectiontestutils
24 Downloads
utility class for field injection in tests