Libraries tagged by setter
aura/di
915030 Downloads
A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
marcin-orlowski/lombok-php
10907 Downloads
Write less code!
icanboogie/accessor
50711 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
awobaz/eloquent-mutators
21099 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
securetrading/data
392857 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
30273 Downloads
Generate getter and setter methods automatically
drunomics/service-utils
127667 Downloads
Provides setter injection traits in order to ease dependency injection of services.
ovunctukenmez/samesite-cookie-setter
11174 Downloads
This class enables samesite cookies.
usmanhalalit/get-set-go
12555 Downloads
Dynamic Setter-Getter for PHP 5.4+
rakshazi/get-set-trait
10860 Downloads
Dynamic Setter-Getter for PHP 5.4+
klever/tutor
21146 Downloads
PHPUnit Extensions to easily spec-test data models
adrolli/eloquent-mutators
2302 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
shaka/dynamic-update-trait
4803 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
6264 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
frozensheep/synthesize
115098 Downloads
Synthesizer trait to auto generate getter and setter access for objects.