Libraries tagged by private property
cemerson/trespass
2001 Downloads
A library for modifying private properties of PHP 7 classes from an external context
hchokshi/silverstripe-trait-config
4729 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
kodeas/publicise
57 Downloads
Publicise lets you test the `private` or `protected` properties and methods in your classes
dive-be/php-crowbar
489 Downloads
Access private methods / properties
make/accessible
79 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
40 Downloads
This library provides an access to protected/private, also static, methods/properties of an object/class.
jstewmc/test-case
116 Downloads
Access private properties in unit tests
flarone/reflection
0 Downloads
Test any Private/Protected Methods/Properties of any class
aipng/test-helpers
75 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
alecrabbit/php-sneaky-peek
6 Downloads
Private and protected properties and methods accessors. NOT FOR PRODUCTION USE.