Libraries tagged by magic meta
wp-kit/magic-meta
749 Downloads
A wp-kit component that handles Eloquent appending and querying of PostMeta
spaf/simputils
6060 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
r4c00n/magic-meta-box
240 Downloads
Helper class to generate WordPress MetaBoxes.
mbv-media/magic-meta-box
13 Downloads
Helper class to generate WordPress MetaBoxes.
kdyby/strict-objects
1619192 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
fooman/phpstan-magento2-magic-methods
93873 Downloads
PhpStan extension to support Magento 2's use of magic methods
tuupola/witchcraft
15400 Downloads
Opionated magic methods as traits
tkachikov/laravel-withtrashed
2428 Downloads
Trait for set magic method withTrashed for models with SoftDelete
webhappens/magic-properties
5322 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
aedart/athenaeum-properties
1384 Downloads
Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
ijvo/kdyby-strict-objects
1580 Downloads
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
shaka/dynamic-update-trait
6833 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.
aedart/athenaeum
5164 Downloads
Athenaeum is a mono repository; a collection of various PHP packages
slick/common
6787 Downloads
Slick common package contains a set of useful classes and traits for Slick library
aedart/overload
11577 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)