Libraries tagged by magic setter

webhappens/magic-properties

2 Favers
6925 Downloads

Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.

Go to Download


aedart/overload

2 Favers
12664 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)

Go to Download


shaka/dynamic-update-trait

2 Favers
8117 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.

Go to Download


wubinworks/magic-object

0 Favers
1 Downloads

Object with Magic Getter and Setter.

Go to Download


hrn4n/magic

1 Favers
21 Downloads

Magic getters and setters for your classes

Go to Download


affinity4/magic

1 Favers
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!

Go to Download


blackcube/magic-compose

0 Favers
30 Downloads

Simple solution for magic methods and method composition using attributes

Go to Download


snscripts/getset

0 Favers
49906 Downloads

Trait for adding magic setters / getters to objects

Go to Download


dandjo/object-adapter

0 Favers
599 Downloads

Provides adapters for target objects with easy property access via magic getter and setter.

Go to Download


keven/magician

2 Favers
25 Downloads

Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.

Go to Download


jc-it/yii2-datetime-behavior

0 Favers
3 Downloads

Objects of date/time/timestamp fields via magic getter and setter.

Go to Download


entity/entity

0 Favers
594 Downloads

Simple and fast entity class implementing magic getters and setters. Easy usage in repository design patterns

Go to Download


netsilik/struct

1 Favers
288 Downloads

Getters and setters made easy by rule bound magic methods. Support for Read-only public properties.

Go to Download


setherator/variables

1 Favers
13 Downloads

The Setherator Variable management library. Manages and processes variable values with some additional magic.

Go to Download


lochmueller/autoloader

20 Favers
371437 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.

Go to Download


Next >>