Libraries tagged by private classes
alpa/tools_sucker
9 Downloads
For unit testing. The sucker for classes and objects to call private methods.
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.
m0rtis/picklock
20 Downloads
One class package for calling protected and private methods without reflection
lukasz93p/class-visibility
1535 Downloads
Private and protected classes for PHP.
exposer/class-exposer
22 Downloads
Allows access to a classes private methods and properties
cdev38399/yii2-xero-private
7 Downloads
A class for interacting with the xero (xero.com) private application API.
bytespin/easyadmin-no-private-plugin
9 Downloads
It replaces the `private function __construct` PHP keyword from all EasyAdmin classes by `public function __construct`, so you can call parent constructors when extending a class.
piotrpress/accessor
42 Downloads
This library provides an access to protected/private, also static, methods/properties of an object/class.
flarone/reflection
1 Downloads
Test any Private/Protected Methods/Properties of any class
aiwozhe/phactor
3 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
wheregroup/joii
5231 Downloads
Javascript Object Inheritance Implementation
zine/common
26 Downloads
some private class files
onsa/reflective-test-case
22 Downloads
ReflectiveTestCase extends PHPUnit's TestCase with the invokeMethod method for the sake of testing private classes.
hakito/publisher
188 Downloads
Proxy for accessing protected/private class members.
leo980/reflector
4 Downloads
Helper function for reflecting private/protected class properties and methods. For unit-testing purposes.