Libraries tagged by reflection class

forxer/blade-components-reflection

0 Favers
58 Downloads

Runtime reflection utilities for class-based Blade components (settable attributes & constructor parameters).

Go to Download


entelisteam/lbaf-reflection

0 Favers
20 Downloads

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

Go to Download


nastuzzi-samy/reflection-namespace

3 Favers
1776 Downloads

Reflect a namespace, give its classes, its sub-namespaces and more

Go to Download


jerowork/class-dependencies-parser

2 Favers
280 Downloads

Parse all dependencies (FQN) used in an object (e.g. class, trait, interface)

Go to Download


erb/testing-tools

0 Favers
333 Downloads

Tools to make it easier to retrieve data from classes via Reflection.

Go to Download


clue/graph-uml

23 Favers
1518 Downloads

Generate UML class diagrams by reflection for your PHP projects

Go to Download


pixielity/laravel-discovery

0 Favers
872 Downloads

Powerful class discovery system for Laravel with attribute-based scanning, directory traversal, and monorepo support

Go to Download


kommuna/jirawebhook

7 Favers
319 Downloads

PHP classes for Atlassian Jira webhook data structure with events

Go to Download


koda/koda

0 Favers
33736 Downloads

Utility classes for analyse code and invoking callables with verification of arguments and type casting

Go to Download


markbaker/spymaster

6 Favers
26 Downloads

SpyMaster is a small library, for use in testing, that allows access to verify the values of protected and private properties in a class that is being tested, without needing to modify the class using Reflection.

Go to Download


genai/validation

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


birb/fancy-stubs-codegen

0 Favers
9 Downloads

Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (e.g. phpcbf) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors and birb/fancy-stubs-codegen-laravel.

Go to Download


rquadling/reflection

0 Favers
191 Downloads

A small set of enhancements to PHP's standard Reflection classes

Go to Download


mopsyd/reflection-class-constant-patch

0 Favers
13 Downloads

This is a backwards compatible patch of the PHP 7.1 ReflectionClassConstant for versions of PHP prior to 7.1

Go to Download


kubomikita/reflection

0 Favers
22 Downloads

Fork of Nette Reflection: docblock annotations parser and common reflection classes with php 8 compatibility

Go to Download


<< Previous Next >>