Libraries tagged by getset
hostnet/accessor-generator-plugin-lib
107360 Downloads
Generate get, set, add, remove methods on the fly.
usmanhalalit/get-set-go
12598 Downloads
Dynamic Setter-Getter for PHP 5.4+
rakshazi/get-set-trait
10903 Downloads
Dynamic Setter-Getter for PHP 5.4+
parable-php/getset
494 Downloads
Parable GetSet helps with easily building value sets
tbn/getsetforeignnormalizer-bundle
8232 Downloads
Add the getsetforeignnormalizer service
ar414/redis-lock
55 Downloads
Redis Pessimistic Lock uses redis keys: setnx, get, getset, del
aedart/overload
11450 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
838 Downloads
Getter and Setter traits for SlaxWeb Framework
f2/getset
8 Downloads
A trait `F2\GetSet` that implements getters and setters with public, protected and private visibility and type checking.
snscripts/getset
49904 Downloads
Trait for adding magic setters / getters to objects
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
1189 Downloads
Helper for the GetSetTrait
thomasbeaujean/getsetforeignnormalizer-bundle
30 Downloads
Add the getsetforeignnormalizer service