Libraries tagged by setter
aedart/overload
12874 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)
cornford/setter
1046 Downloads
An easy way to integrate Database Settings with Laravel.
orklah/psalm-type-setters-params
596 Downloads
Use property type to fix param in the setter
niji/auto-attribute-options-setter-bundle
437 Downloads
Symfony AutoAttributeOptionsSetterBundle
karunais13/country-based-db-setter
635 Downloads
Set database based on country prefix for laravel
margusk/accessors
229 Downloads
Provides automatic property accessors (setters/getters) with immutability support
env-interop/interface
56 Downloads
Interoperable environment interfaces for PHP.
dandjo/object-adapter
610 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
antares/accessible-bundle
3847 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3932 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
phine/accessor
21 Downloads
A PHP library for simplifying the use of accessors.
narrowspark/testing-helper
64027 Downloads
Provides test helpers.
maxalmonte14/magicproperties
17 Downloads
A little but powerful package that allows you call getters and setters implicitly in PHP.
runopencode/traitor-bundle
61 Downloads
Inject into services via method injection based on used traits of defined service classes.
settermjd/mezzio-simple-user-manager
18 Downloads
This is a small and simplistic user manager for Mezzio-based applications.