Libraries tagged by getter setter
ecommit/doctrine-entities-generator-bundle
5721 Downloads
Generate Doctrine ORM entities.
6dreams/rich-model-trait
1343 Downloads
A rich replacement for your anemic getters and setters
programmis/upper-case-field
1094 Downloads
Setter method name and getter method name make by field name in upper case every first char
alexanevsky/getter-setter-accessor-bundle
177 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.
antares/accessible
3870 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
himanshu-m/accessors
35 Downloads
Define getter and setter for inaccessible members of a PHP class
maxalmonte14/magicproperties
16 Downloads
A little but powerful package that allows you call getters and setters implicitly in PHP.
hrn4n/magic
21 Downloads
Magic getters and setters for your classes
guidovanbiemen/setngeti
55 Downloads
Getters and setters for PHP 5.4
aedart/overload
11458 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)
margusk/accessors
104 Downloads
Provides automatic property accessors (setters/getters) with immutability support
phputil/traits
961 Downloads
Useful traits for PHP
opencultureconsulting/basics
425 Downloads
A collection of generic classes and useful traits for PHP projects.
antares/accessible-bundle
3790 Downloads
A bundle to easily use Accessible in Symfony projects.
ac/model-traits
549 Downloads
Traits to reduce boilerplate when creating models.