Libraries tagged by setter method
free2one/php-accessor
49076 Downloads
Generate getter and setter methods automatically
securetrading/data
554452 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.
dgifford/property-setter-trait
5638 Downloads
Trait providing methods to set class properties with an array.
aedart/overload
12632 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)
shaka/dynamic-update-trait
8007 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
zero-to-prod/dynamic-setter
1895 Downloads
Fluently set class properties with dynamic methods.
runopencode/traitor-bundle
61 Downloads
Inject into services via method injection based on used traits of defined service classes.
sergiors/applyzer
254 Downloads
A simple way to invoke setter methods
programmis/upper-case-field
1460 Downloads
Setter method name and getter method name make by field name in upper case every first char
mensbeam/getters-and-setters
43 Downloads
Getter and setter method trait for PHP
grottopress/setter
16 Downloads
Set private object attributes directly, without calling setter methods.
alaa-almaliki/property-setter-config
37 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
gollumsf/entity-relation-setter
1060 Downloads
Trait for add method cross setter
pinekta/geta-setta
10 Downloads
This library 'geta-setta' provides getter method and setter method.
gavinggordon/readygetset
15 Downloads
A PHP class which provides developers with the means to create PHP class files quickly and dynamically, especially classes that will be utilizing 'getter' and 'setter' methods.