Libraries tagged by better access
alexanevsky/getter-setter-accessor-bundle
94 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.
spekkionu/property-access
27 Downloads
Trait that automatically calls getters and setters for property access.
piano/accessor
15 Downloads
A creator of getter and setter method by using annotations!
himanshu-m/accessors
22 Downloads
Define getter and setter for inaccessible members of a PHP class
phine/accessor
20 Downloads
A PHP library for simplifying the use of accessors.
dandjo/object-adapter
571 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
mfonte/propaccessor
8 Downloads
A PHP Trait that adds support for direct access to object properties, with explicit accessors and mutators.
brenoroosevelt/habemus
722 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
keven/magician
24 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
bapcat/propifier
1806 Downloads
A trait that improves PHP's properties
maxalmonte14/magicproperties
16 Downloads
A little but powerful package that allows you call getters and setters implicitly in PHP.
alpa/tools_proxy_object
29 Downloads
Creates a proxy object and assigns getter / setter handlers to the object's members when accessing them.
iconic/uniproperty
31 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.
delormejonathan/accessible
57 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
cajudev/getter-setter
5 Downloads
Making php more readable and pleasant.