Libraries tagged by setters
frozensheep/synthesize
130299 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
ferfabricio/hydrator
33846 Downloads
Hydrate your object with class setters
kamilwylegala/immutable-setter
1172 Downloads
Utility class for PHP that helps making your classes immutable.
revinate/php-getter-setter
32231 Downloads
PHP library to simplify getting and setting values in arrays and objects.
dgifford/property-setter-trait
5714 Downloads
Trait providing methods to set class properties with an array.
rakshazi/get-set-trait
11756 Downloads
Dynamic Setter-Getter for PHP 5.4+
phputil/traits
1603 Downloads
Useful traits for PHP
opencultureconsulting/basics
1284 Downloads
A collection of generic classes and useful traits for PHP projects.
klever/tutor
24408 Downloads
PHPUnit Extensions to easily spec-test data models
env-interop/interface
56 Downloads
Interoperable environment interfaces for PHP.
ecommit/doctrine-entities-generator-bundle
7344 Downloads
Generate Doctrine ORM entities.
ac/model-traits
590 Downloads
Traits to reduce boilerplate when creating models.
metarush/getter
205 Downloads
Generate a class with getter methods from a yaml or env file
shaka/dynamic-update-trait
8076 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.
neovg/php-struct
14968 Downloads
A "C struct"-like class with type safe attributes and fluent setter interface.