Libraries tagged by setters
aura/di
907373 Downloads
A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
awobaz/eloquent-mutators
20872 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
ovunctukenmez/samesite-cookie-setter
10811 Downloads
This class enables samesite cookies.
marcin-orlowski/lombok-php
9822 Downloads
Write less code!
securetrading/data
371916 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
27600 Downloads
Generate getter and setter methods automatically
drunomics/service-utils
119526 Downloads
Provides setter injection traits in order to ease dependency injection of services.
usmanhalalit/get-set-go
12453 Downloads
Dynamic Setter-Getter for PHP 5.4+
icanboogie/accessor
49493 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
adrolli/eloquent-mutators
1597 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
shaka/dynamic-update-trait
3745 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.
rekalogika/direct-property-access
3736 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
maliboot/lombok
1943 Downloads
这是一个通过注解来减少`重复代码`的工具。本插件参考了[Java库-Lombok](https://projectlombok.org/)奇思妙想编写而成。实现了setter、getter、日志、类委托、属性委托、常用的工具类方法注解等....
frozensheep/synthesize
113484 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
revinate/php-getter-setter
29500 Downloads
PHP library to simplify getting and setting values in arrays and objects.