Libraries tagged by setters
aura/di
923677 Downloads
A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
marcin-orlowski/lombok-php
12075 Downloads
Write less code!
awobaz/eloquent-mutators
21328 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
securetrading/data
419556 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
32818 Downloads
Generate getter and setter methods automatically
drunomics/service-utils
135672 Downloads
Provides setter injection traits in order to ease dependency injection of services.
ovunctukenmez/samesite-cookie-setter
11565 Downloads
This class enables samesite cookies.
webhappens/magic-properties
4997 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
usmanhalalit/get-set-go
12669 Downloads
Dynamic Setter-Getter for PHP 5.4+
icanboogie/accessor
51561 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
shaka/dynamic-update-trait
5884 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
7494 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
frozensheep/synthesize
117376 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
kamilwylegala/immutable-setter
754 Downloads
Utility class for PHP that helps making your classes immutable.
revinate/php-getter-setter
29937 Downloads
PHP library to simplify getting and setting values in arrays and objects.