Libraries tagged by property access
sandfoxme/private-access
2629 Downloads
Simple and fast methods to read private properties and call private methods
webhappens/magic-properties
5281 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
ijvo/kdyby-strict-objects
1418 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
linawolf/form-autocomplete
99 Downloads
Offers the option to configure autocomplete properties for fields in the form backend editor.
micropackage/casegnostic
5861 Downloads
Casegnostic - access properties and methods both snake_case and camelCase
betterphp/php-reflection-utils
11111 Downloads
PHP Reflection Utils is a set of helper methods for accessing the private properties and methods of a class
crowdstar/reflection
18121 Downloads
Allow to directly access protected/private properties and call protected/private methods.
webino/zend-config
8083 Downloads
provides a nested object property based user interface for accessing this configuration data within application code
markbaker/spymaster
24 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.
endroid/property-access
139302 Downloads
Endroid Property Access
norse-blue/handy-properties
863 Downloads
PHP Handy Properties is a PHP library that scaffolds the use of properties through accessors and mutators.
make/accessible
81 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.
antares/accessible
3883 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
antares/accessible-bundle
3801 Downloads
A bundle to easily use Accessible in Symfony projects.
ucscode/object-reflector
24 Downloads
A reflector that provides access to class encapsulated properties or methods