Libraries tagged by getset
hostnet/accessor-generator-plugin-lib
101792 Downloads
Generate get, set, add, remove methods on the fly.
usmanhalalit/get-set-go
11902 Downloads
Dynamic Setter-Getter for PHP 5.4+
rakshazi/get-set-trait
10403 Downloads
Dynamic Setter-Getter for PHP 5.4+
tbn/getsetforeignnormalizer-bundle
8174 Downloads
Add the getsetforeignnormalizer service
aedart/overload
11167 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)
slaxweb/getset
820 Downloads
Getter and Setter traits for SlaxWeb Framework
moh/multi-index-array
6 Downloads
A PHP array and Illuminate Collection that allows the use of multiple indices at once to get, set, and unset elements from the array.
ar414/redis-lock
52 Downloads
Redis Pessimistic Lock uses redis keys: setnx, get, getset, del
snscripts/getset
49902 Downloads
Trait for adding magic setters / getters to objects
parable-php/getset
476 Downloads
Parable GetSet helps with easily building value sets
f2/getset
7 Downloads
A trait `F2\GetSet` that implements getters and setters with public, protected and private visibility and type checking.
thomasbeaujean/getsetmethodforeignnormalizer
15 Downloads
the normalizer for object ORM and the foreign ids
lexiphanic/phpspec-get-set-matcher
27 Downloads
PHPSpec extension to test getters and setters.
gpaddis/getsetter
11 Downloads
angelxmoreno/get-set-annotations
1185 Downloads
Helper for the GetSetTrait