Libraries tagged by reflections
ngsoft/container
113 Downloads
An auto-wired dependency injection container
nabeghe/traituctor
2 Downloads
Invoking a pseudo constructor for each trait from within the main constructor.
kommuna/jirawebhook
299 Downloads
PHP classes for Atlassian Jira webhook data structure with events
kerryrandolph/wp-hook-annotations
1255 Downloads
Use PHP docblock @annotations to register WordPress hooks, filters and shortcodes
jerowork/class-dependencies-parser
206 Downloads
Parse all dependencies (FQN) used in an object (e.g. class, trait, interface)
dannykopping/docblock
1762 Downloads
A simple library for parsing PHP DocBlock comments
abmmhasan/oof
205 Downloads
A Collection of useful PHP class functions.
abmmhasan/intermix
74 Downloads
A Collection of useful PHP class functions.
gember/file-reflector-roave
202 Downloads
Gember Event Sourcing File Reflector adapter based on roave/better-reflection
elgervb/imagemanipulation
195 Downloads
Library for image manipulation in PHP with GD
souplette/chicot
32 Downloads
Generates IDE stubs for extensions from PHP Reflection API
rg/laminas-code
1290 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
monomelodies/reflex
1002 Downloads
Reflection utilities for PHP8+
mertcanekiz/phpydantic
13 Downloads
A reflection-driven BaseModel inspired by pydantic for JSON Schema generation in PHP
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.