Libraries tagged by Protected Properties
samdark/hydrator
68612 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
250452 Downloads
A small library to access private/protected properties/methods of objects
mvccore/ext-view-helper
664 Downloads
MvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
dashifen/repository
4428 Downloads
An object with read-only protected properties from which other objects can be extened.
r83dev/test-accessible
164 Downloads
Accessible trait to call protected methods, properties and constants in tests.
leedavis81/altr-ego
1128 Downloads
Access an objects protected / private properties and methods
crowdstar/reflection
16402 Downloads
Allow to directly access protected/private properties and call protected/private methods.
skagarwal/reflection
6210 Downloads
Test any Private/Protected Methods/Properties of any class
code-distortion/insight
324 Downloads
Test protected and private object methods and properties as if they were public
jclaveau/php-visibility-violator
189 Downloads
Class providing simple helpers to violate the defined visibility of methods and properties
judahnator/public-accessor-attribute
7 Downloads
A trait and attribute that provides read-only access to protected class 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.
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.
perfect-code/module-property-accessor
73 Downloads
Magento2 extension which allows you to access protected property of the class.
piotrpress/accessor
42 Downloads
This library provides an access to protected/private, also static, methods/properties of an object/class.