Libraries tagged by Private Methods
flarone/reflection
1 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
alecrabbit/php-sneaky-peek
7 Downloads
Private and protected properties and methods accessors. NOT FOR PRODUCTION USE.
kassko/util-member-accessor
118 Downloads
Access to non public properties and methods
kassko-php/component-member-accessor
6 Downloads
Access to non public properties and methods
mjr/util-member-accessor
16 Downloads
Access to non public properties and methods
exposer/class-exposer
22 Downloads
Allows access to a classes private methods and properties
stevenwadejr/exposure
157 Downloads
Exposure acts as a proxy to protected and private properties and methods on an object.
jessegall/invader
38 Downloads
A simple package to access private properties and methods without the use of reflection
huangdijia/invade
5 Downloads
A PHP function to work with private properties and methods
danjones000/object-spy
12 Downloads
Debugging library used to spy on objects' private values/methods
alphametric/reflection-assertions
14 Downloads
A package to enable unit testing an object's private & protected properties and methods.
kodeas/publicise
57 Downloads
Publicise lets you test the `private` or `protected` properties and methods in your classes
leo980/reflector
4 Downloads
Helper function for reflecting private/protected class properties and methods. For unit-testing purposes.
onsa/reflective-test-case
22 Downloads
ReflectiveTestCase extends PHPUnit's TestCase with the invokeMethod method for the sake of testing private classes.