shaka/dynamic-update-trait
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
时间:2024-02-26 14:37
aedart/athenaeum-properties
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
时间:2020-01-16 18:21
aedart/overload
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
时间:2014-11-25 11:38