Libraries tagged by better access
phine/accessor
21 Downloads
A PHP library for simplifying the use of accessors.
dandjo/object-adapter
599 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
maxalmonte14/magicproperties
17 Downloads
A little but powerful package that allows you call getters and setters implicitly in PHP.
alexanevsky/getter-setter-accessor-bundle
192 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.
spekkionu/property-access
28 Downloads
Trait that automatically calls getters and setters for property access.
delormejonathan/accessible
61 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
cajudev/getter-setter
7 Downloads
Making php more readable and pleasant.
as-pro/object-access
5 Downloads
A library for accessing object properties via getters and setters
selikhovleonid/accessors-trait
32 Downloads
Trait for Property Accessors Generation
rootiteam/accessors
26 Downloads
Provides automatic property accessors (setters/getters) with immutability support
piano/accessor
16 Downloads
A creator of getter and setter method by using annotations!
himanshu-m/accessors
35 Downloads
Define getter and setter for inaccessible members of a PHP class
delormejonathan/accessible-bundle
57 Downloads
A bundle to easily use Accessible in Symfony projects.
datingvip/accessor
513 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
utilities/accessor
17 Downloads
Adds getter and setter support to PHP