Libraries tagged by settle
ferfabricio/hydrator
25442 Downloads
Hydrate your object with class setters
revinate/php-getter-setter
29060 Downloads
PHP library to simplify getting and setting values in arrays and objects.
webhappens/magic-properties
3911 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
rakshazi/get-set-trait
10403 Downloads
Dynamic Setter-Getter for PHP 5.4+
opencultureconsulting/basics
312 Downloads
A collection of generic classes and useful traits for PHP projects.
margusk/accessors
81 Downloads
Provides automatic property accessors (setters/getters) with immutability support
klever/tutor
20471 Downloads
PHPUnit Extensions to easily spec-test data models
icanboogie/prototype
10558 Downloads
Implements the Prototype design pattern; getters/setters
ecommit/doctrine-entities-generator-bundle
5148 Downloads
Generate Doctrine ORM entities.
antares/accessible-bundle
3767 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3841 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
sikessem/capsule
1553 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
settermjd/laminas-static-pages
372 Downloads
An easy, almost painless, way to render static pages in Zend Expressive applications.
shaka/dynamic-update-trait
136 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
2864 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.