Libraries tagged by setter
adrolli/eloquent-mutators
8726 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
rekalogika/direct-property-access
17977 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
frozensheep/synthesize
132584 Downloads
Synthesizer trait to auto generate getter and setter access for objects.
ferfabricio/hydrator
35037 Downloads
Hydrate your object with class setters
revinate/php-getter-setter
32793 Downloads
PHP library to simplify getting and setting values in arrays and objects.
dgifford/property-setter-trait
6180 Downloads
Trait providing methods to set class properties with an array.
opencultureconsulting/basics
1559 Downloads
A collection of generic classes and useful traits for PHP projects.
klever/tutor
24593 Downloads
PHPUnit Extensions to easily spec-test data models
icanboogie/prototype
11008 Downloads
Implements the Prototype design pattern; getters/setters
ecommit/doctrine-entities-generator-bundle
7609 Downloads
Generate Doctrine ORM entities.
ac/model-traits
619 Downloads
Traits to reduce boilerplate when creating models.
settermjd/mezzio-markdown-blog
235 Downloads
This is a file-based blog module for PHP's Mezzio framework that renders blog articles written in Markdown format, with YAML front-matter into HTML content that can be rendered in a template.
settermjd/laminas-static-pages
635 Downloads
An easy, almost painless, way to render static pages in Mezzio applications.
shaka/dynamic-update-trait
8213 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.
redaelfillali/laravel-secure-model
413 Downloads
Eloquent base model with auto-sanitized getters and setters.