Libraries tagged by better access
mfonte/propaccessor
8 Downloads
A PHP Trait that adds support for direct access to object properties, with explicit accessors and mutators.
macfja/value-provider
44 Downloads
Get/Set object value with its getter/setter/property/metadata
brenoroosevelt/habemus
730 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
adagio/property-exposer
1151 Downloads
Give access to private properties based on phpDoc directives.
sikessem/core
0 Downloads
Objects with strict types to manage PHP variables and values.
pinekta/geta-setta
9 Downloads
This library 'geta-setta' provides getter method and setter method.
keven/magician
24 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
bapcat/propifier
1807 Downloads
A trait that improves PHP's properties
actualwave/object
99 Downloads
Non dynamic base Object class with getters/setters implementation
alpa/tools_proxy_object
31 Downloads
Creates a proxy object and assigns getter / setter handlers to the object's members when accessing them.
radekb/propel-modified-value-behavior
74870 Downloads
Propel behavior for Access previous value of field after called setter method
prgtw/propel-modified-value-behavior
1 Downloads
Propel behavior for Access previous value of field after called setter method
iconic/uniproperty
33 Downloads
A small helper library that helps when you have to access properties of unknown objects by name. It supports both public properties and getter/setter methods.