Libraries tagged by magic-methods
fooman/phpstan-magento2-magic-methods
100805 Downloads
PhpStan extension to support Magento 2's use of magic methods
tkachikov/laravel-withtrashed
4733 Downloads
Trait for set magic method withTrashed for models with SoftDelete
aedart/overload
12620 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)
aedart/athenaeum-properties
1931 Downloads
DEPRECATED - Provides means to dynamically deal with inaccessible properties, by implementing some of PHP's magic methods
shaka/dynamic-update-trait
7969 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.
evas-php/evas-di
121 Downloads
Di module (Dependency Injection container trait & class) based on magic methods
tuupola/witchcraft
15532 Downloads
Opionated magic methods as traits
aedart/athenaeum
5164 Downloads
Athenaeum is a mono repository; a collection of various PHP packages
lightningspirit/magic-interfaces
28 Downloads
Provides PHP Interfaces to test some magic methods using instanceof instead of method_exists
carloswph/mainframe
8 Downloads
Provides a container in which objects can be pushed, and then an interface to call methods that can be found inside the queued objects, and executed sequentially.
blackcube/magic-compose
30 Downloads
Simple solution for magic methods and method composition using attributes
slick/common
6907 Downloads
Slick common package contains a set of useful classes and traits for Slick library
shiyan/process-builder
12 Downloads
Builds command lines for symfony/process using magic methods.
sarvarov/laravel-policy-permission-check
0 Downloads
Laravel abstract policy class with magic methods and helpers.
rodrigodiez/mockable-predis
287 Downloads
A class that extends Predis/Client and has all its magic methods anotated so you can create Prophecy mocks