Libraries tagged by protected property
samdark/hydrator
80037 Downloads
Allows to extract data from an object or create a new object based on data for the purpose of persisting state. Works with private and protected properties.
duncan3dc/object-intruder
384662 Downloads
A small library to access private/protected properties/methods of objects
crowdstar/reflection
21837 Downloads
Allow to directly access protected/private properties and call protected/private methods.
skagarwal/reflection
6336 Downloads
Test any Private/Protected Methods/Properties of any class
jclaveau/php-visibility-violator
949 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
kodeas/publicise
7170 Downloads
Publicise lets you test the `private` or `protected` properties and methods in your classes
r83dev/test-accessible
5373 Downloads
Accessible trait to call protected methods, properties and constants in tests.
leedavis81/altr-ego
1231 Downloads
Access an objects protected / private properties and methods
code-distortion/insight
473 Downloads
Test protected and private object methods and properties as if they were public
markbaker/spymaster
26 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.
make/accessible
99 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.
perfect-code/module-property-accessor
74 Downloads
Magento2 extension which allows you to access protected property of the class.
piotrpress/accessor
43 Downloads
This library provides an access to protected/private, also static, methods/properties of an object/class.
flarone/reflection
3 Downloads
Test any Private/Protected Methods/Properties of any class
anaklanangdev/object-intruder
7 Downloads
A small library to access private/protected properties/methods of objects