Libraries tagged by reflective
carloswph/mainframe
8 Downloads
Provides a container in which objects can be pushed, and then an interface to call methods that can be found inside the queued objects, and executed sequentially.
autoframe/class-dependency
122 Downloads
Autoframe PHP dependency resolver for classes, interfaces and traits using static reflection and all in one class
abmmhasan/oof
205 Downloads
A Collection of useful PHP class functions.
abmmhasan/intermix
74 Downloads
A Collection of useful PHP class functions.
reflexive/core
698 Downloads
Lazy PDO connection and some enums…
wdda/laravel-finder-tests
965 Downloads
This package uses reflection to find tests
someniatko/json-decode-middleware
500 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header
roysegall/facebook-messenger-send-api
306 Downloads
Reflecting Facebook Messenger send API arrays payload to an OOP design pattern
rg/laminas-code
1268 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
redrat/deeper
4 Downloads
Deeper is a easy way to compare if 2 objects is equal based on values in these objects. This library is heavily inspired in Golang's reflect.DeepEqual()
ovr/phpreflection
16952 Downloads
Advanced reflection for PHP, powered by own database with all description
orbiter/annotations-util
1429 Downloads
Helper for Doctrine\Annotations, with cached Reflections ⚡
monomelodies/reflex
995 Downloads
Reflection utilities for PHP8+
markbaker/spymaster
14 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.
manuakasam/join-hydrator
18 Downloads
A set of two very lightweight hydrator components. The main usage of those hydrators would be to hydrate query results from joined tables into their respective nested objects.