Libraries tagged by setters
aura/di
915552 Downloads
A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
marcin-orlowski/lombok-php
10973 Downloads
Write less code!
icanboogie/accessor
50774 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
awobaz/eloquent-mutators
21107 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
securetrading/data
394305 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
30428 Downloads
Generate getter and setter methods automatically
drunomics/service-utils
128220 Downloads
Provides setter injection traits in order to ease dependency injection of services.
ovunctukenmez/samesite-cookie-setter
11189 Downloads
This class enables samesite cookies.
usmanhalalit/get-set-go
12574 Downloads
Dynamic Setter-Getter for PHP 5.4+
klever/tutor
21212 Downloads
PHPUnit Extensions to easily spec-test data models
adrolli/eloquent-mutators
2344 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
shaka/dynamic-update-trait
4861 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
6335 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
frozensheep/synthesize
115201 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
kamilwylegala/immutable-setter
701 Downloads
Utility class for PHP that helps making your classes immutable.