Libraries tagged by getter setter
usmanhalalit/get-set-go
12904 Downloads
Dynamic Setter-Getter for PHP 5.4+
awobaz/eloquent-mutators
21400 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
marcin-orlowski/lombok-php
12839 Downloads
Write less code!
securetrading/data
430219 Downloads
Secure Trading's Data package. Contains getters/setters/deleters for a data object and allows extending classes to define validation methods for specific data keys.
free2one/php-accessor
33796 Downloads
Generate getter and setter methods automatically
webhappens/magic-properties
5140 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
adrolli/eloquent-mutators
3163 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
icanboogie/accessor
51975 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
rekalogika/direct-property-access
7916 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
frozensheep/synthesize
118382 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
revinate/php-getter-setter
30012 Downloads
PHP library to simplify getting and setting values in arrays and objects.
rakshazi/get-set-trait
11000 Downloads
Dynamic Setter-Getter for PHP 5.4+
antares/accessible
3879 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
margusk/accessors
112 Downloads
Provides automatic property accessors (setters/getters) with immutability support
phputil/traits
971 Downloads
Useful traits for PHP