spatie/invade
A PHP function to work with private properties and methods
时间:2026-01-04 09:59
serhiikorniushov/reflection-utils
PHP utils to access private class properties
时间:2025-02-14 04:08
zjkiza/default-access
To easily access and invoke private and protected properties and methods as with static.
时间:2024-11-27 19:19
alecrabbit/php-sneaky-peek
Private and protected properties and methods accessors. NOT FOR PRODUCTION USE.
时间:2024-03-05 14:28
leo980/reflector
Helper function for reflecting private/protected class properties and methods. For unit-testing purposes.
时间:2023-08-17 03:27
arokettu/private-access
Simple and fast methods to read private properties and call private methods
时间:2023-01-14 12:48
kodeas/publicise
Publicise lets you test the `private` or `protected` properties and methods in your classes
时间:2021-07-09 20:29
crowdstar/reflection
Allow to directly access protected/private properties and call protected/private methods.
时间:2018-06-25 22:10
betterphp/php-reflection-utils
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
时间:2017-05-04 21:42
samdark/hydrator
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.
时间:2016-10-31 23:46
duncan3dc/object-intruder
A small library to access private/protected properties/methods of objects
时间:2016-10-30 16:37
testinaweb/php-access-all
A library to access and to unit test private and protected methods and properties
时间:2015-09-28 16:47
exposer/class-exposer
Allows access to a classes private methods and properties
时间:2015-08-19 13:05
gmazzap/andrew
Proxy objects to access (dynamic and static) private properties and methods.
时间:2015-07-07 20:10
stevenwadejr/exposure
Exposure acts as a proxy to protected and private properties and methods on an object.
时间:2015-07-01 02:11