Libraries tagged by setters
webhappens/magic-properties
4509 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
rakshazi/get-set-trait
10686 Downloads
Dynamic Setter-Getter for PHP 5.4+
opencultureconsulting/basics
416 Downloads
A collection of generic classes and useful traits for PHP projects.
klever/tutor
20736 Downloads
PHPUnit Extensions to easily spec-test data models
ecommit/doctrine-entities-generator-bundle
5568 Downloads
Generate Doctrine ORM entities.
sikessem/capsule
1802 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
ferfabricio/hydrator
27715 Downloads
Hydrate your object with class setters
aedart/overload
11388 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)
kamilwylegala/immutable-setter
649 Downloads
Utility class for PHP that helps making your classes immutable.
cornford/setter
1044 Downloads
An easy way to integrate Database Settings with Laravel.
orklah/psalm-type-setters-params
592 Downloads
Use property type to fix param in the setter
niji/auto-attribute-options-setter-bundle
436 Downloads
Symfony AutoAttributeOptionsSetterBundle
karunais13/country-based-db-setter
482 Downloads
Set database based on country prefix for laravel
dgifford/property-setter-trait
3734 Downloads
Trait providing methods to set class properties with an array.
alexanevsky/getter-setter-accessor-bundle
143 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.