Libraries tagged by getter setter
awobaz/eloquent-mutators
16058 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
marcin-orlowski/lombok-php
6798 Downloads
Write less code!
securetrading/data
315777 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
20375 Downloads
Generate getter and setter methods automatically
usmanhalalit/get-set-go
11832 Downloads
Dynamic Setter-Getter for PHP 5.4+
icanboogie/accessor
46294 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
phputil/traits
770 Downloads
Useful traits for PHP
frozensheep/synthesize
107417 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
revinate/php-getter-setter
28944 Downloads
PHP library to simplify getting and setting values in arrays and objects.
rakshazi/get-set-trait
10358 Downloads
Dynamic Setter-Getter for PHP 5.4+
webhappens/magic-properties
3847 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
antares/accessible
3834 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
icanboogie/prototype
10487 Downloads
Implements the Prototype design pattern; getters/setters
aedart/overload
11132 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)
opencultureconsulting/basics
290 Downloads
A collection of generic classes and useful traits for PHP projects.