Libraries tagged by Reflexion
src-run/augustus-environment-library
13 Downloads
collection of reflection wrapper objects and helprs to simplify common tasks
sikessem/reflex
0 Downloads
Use PHP's Reflection API to dynamically manage classes/objects, call methods/functions and many more.
ryanc/api_doc
12 Downloads
auto gen api by reflection
rosua/leak
154 Downloads
a ReflectionClass wrapper to leak an encapsulated class
radioactivehamster/reflect
15 Downloads
A PHP reflection helper library.
phpislove/dep-resolver
14 Downloads
ReflectionAPI-based dependency resolver.
p810/ioc-container
4 Downloads
A dependency injection container that can autowire your objects with PHP's Reflection API
orbiter/hydrator
511 Downloads
PHP Object Hydrator using Reflection.
oldpak/common
7 Downloads
PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.
nopoco/laminas-code
5 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
krubio/perfect-container
130 Downloads
A lightweight, reflection-based dependency injection container designed for simplicity and ease of use, enabling automatic resolution and management of class dependencies throughout your PHP application.
krifollk/hydrator
14 Downloads
A simple library which provide you possibility to hydrate and extract an object properties (private, protected) without using reflection.
ketwaroo/package-info
7 Downloads
Sort of a reflection tool for composer packages.
jtaurus/autoinstantiator
7 Downloads
Demo of automatic object resolution using PHP's reflection API.
jesseschalken/enum
14 Downloads
PHP Enums without using Reflection