Libraries tagged by private property
jclaveau/php-visibility-violator
189 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
northwoods/entity-proxy
1663 Downloads
A hydrating proxy for objects with private properties
markbaker/spymaster
12 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.
cemerson/trespass
2005 Downloads
A library for modifying private properties of PHP 7 classes from an external context
hchokshi/silverstripe-trait-config
4748 Downloads
Merge SilverStripe configuration from traits into class configuration, while avoiding private static property conflicts.
rikudou/friend-classes
18 Downloads
Allows other classes to access your class private methods/properties
make/accessible
80 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.
adagio/property-exposer
1151 Downloads
Give access to private properties based on phpDoc directives.
dkx/private-properties-accessor
523 Downloads
Accessor for private properties without reflection
piotrpress/accessor
42 Downloads
This library provides an access to protected/private, also static, methods/properties of an object/class.
jstewmc/test-case
118 Downloads
Access private properties in unit tests
flarone/reflection
1 Downloads
Test any Private/Protected Methods/Properties of any class
aipng/test-helpers
78 Downloads
Private properties trait useful for testing purposes
cvek/collection
301 Downloads
Adapter for tightenco/collect bundle to be usable with private and virtual properties in Symfony projects.
anaklanangdev/object-intruder
7 Downloads
A small library to access private/protected properties/methods of objects