Libraries tagged by setters
himanshu-m/accessors
22 Downloads
Define getter and setter for inaccessible members of a PHP class
dandjo/object-adapter
571 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
bapcat/propifier
1806 Downloads
A trait that improves PHP's properties
ac/model-traits
534 Downloads
Traits to reduce boilerplate when creating models.
phine/accessor
20 Downloads
A PHP library for simplifying the use of accessors.
maxalmonte14/magicproperties
16 Downloads
A little but powerful package that allows you call getters and setters implicitly in PHP.
guidovanbiemen/setngeti
53 Downloads
Getters and setters for PHP 5.4
aedart/model-vendor-path
67 Downloads
Getter and Setter package for a vendor path. This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-vendor-path).
aedart/model-table-name
63 Downloads
Getter and Setter package for a model table name. This package is part of the 'Aedart\Model' namespace; visit https://bitbucket.org/aedart/model to learn more about the project. Official sub-package website (https://bitbucket.org/aedart/model-table-name).
runopencode/traitor-bundle
53 Downloads
Inject into services via method injection based on used traits of defined service classes.
brenoroosevelt/habemus
722 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
srigi/ipub-security
1623 Downloads
ACL permissions setter & checker for Nette Framework
slaxweb/getset
820 Downloads
Getter and Setter traits for SlaxWeb Framework
simplecomplex/time
27 Downloads
Time extends native DateTime class to fix shortcomings and defects, and provide more, simpler and safer getters and setters
shaka/dynamic-update-trait
80 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.