Libraries tagged by getter setter
usmanhalalit/get-set-go
13741 Downloads
Dynamic Setter-Getter for PHP 5.4+
awobaz/eloquent-mutators
23314 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
marcin-orlowski/lombok-php
19945 Downloads
Never write boilerplate code for your data class again!
securetrading/data
556130 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
49256 Downloads
Generate getter and setter methods automatically
adrolli/eloquent-mutators
8512 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
icanboogie/accessor
59501 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
rekalogika/direct-property-access
15847 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
frozensheep/synthesize
129966 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
revinate/php-getter-setter
32136 Downloads
PHP library to simplify getting and setting values in arrays and objects.
rakshazi/get-set-trait
11733 Downloads
Dynamic Setter-Getter for PHP 5.4+
webhappens/magic-properties
6751 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
aedart/overload
12634 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
phputil/traits
1592 Downloads
Useful traits for PHP
opencultureconsulting/basics
1216 Downloads
A collection of generic classes and useful traits for PHP projects.