Libraries tagged by magic setter
webhappens/magic-properties
7254 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
aedart/overload
12880 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
shaka/dynamic-update-trait
8215 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.
dandjo/object-adapter
610 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
wubinworks/magic-object
3 Downloads
Object with Magic Getter and Setter.
hrn4n/magic
21 Downloads
Magic getters and setters for your classes
affinity4/magic
14 Downloads
Magic Trait used to easily add event listeners, spelling suggestions in errors and Javascript __set and __get style setters an getters to any class. Magic!
blackcube/magic-compose
2 Downloads
Simple solution for magic methods and method composition using attributes
snscripts/getset
49906 Downloads
Trait for adding magic setters / getters to objects
keven/magician
25 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
jc-it/yii2-datetime-behavior
3 Downloads
Objects of date/time/timestamp fields via magic getter and setter.
entity/entity
594 Downloads
Simple and fast entity class implementing magic getters and setters. Easy usage in repository design patterns
netsilik/struct
288 Downloads
Getters and setters made easy by rule bound magic methods. Support for Read-only public properties.
setherator/variables
13 Downloads
The Setherator Variable management library. Manages and processes variable values with some additional magic.
lochmueller/autoloader
374651 Downloads
Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.