Libraries tagged by getter setter
margusk/accessors
143 Downloads
Provides automatic property accessors (setters/getters) with immutability support
phputil/traits
995 Downloads
Useful traits for PHP
opencultureconsulting/basics
654 Downloads
A collection of generic classes and useful traits for PHP projects.
narrowspark/testing-helper
61293 Downloads
Provides test helpers.
wickedone/muppet
7902 Downloads
testing your getters, setters, adders, removers, issers and whatevers
maliboot/lombok
2266 Downloads
这是一个通过注解来减少`重复代码`的工具。本插件参考了[Java库-Lombok](https://projectlombok.org/)奇思妙想编写而成。实现了setter、getter、日志、类委托、属性委托、常用的工具类方法注解等....
alexanevsky/getter-setter-accessor-bundle
196 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.
antares/accessible
3883 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
icanboogie/prototype
10744 Downloads
Implements the Prototype design pattern; getters/setters
maxalmonte14/magicproperties
17 Downloads
A little but powerful package that allows you call getters and setters implicitly in PHP.
aedart/overload
11553 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)
antares/accessible-bundle
3801 Downloads
A bundle to easily use Accessible in Symfony projects.
ac/model-traits
555 Downloads
Traits to reduce boilerplate when creating models.
phine/accessor
21 Downloads
A PHP library for simplifying the use of accessors.
redaelfillali/laravel-secure-model
92 Downloads
Eloquent base model with auto-sanitized getters and setters.