Libraries tagged by setter
opencultureconsulting/basics
312 Downloads
A collection of generic classes and useful traits for PHP projects.
margusk/accessors
81 Downloads
Provides automatic property accessors (setters/getters) with immutability support
klever/tutor
20468 Downloads
PHPUnit Extensions to easily spec-test data models
icanboogie/prototype
10557 Downloads
Implements the Prototype design pattern; getters/setters
ecommit/doctrine-entities-generator-bundle
5148 Downloads
Generate Doctrine ORM entities.
antares/accessible-bundle
3767 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3841 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
sikessem/capsule
1553 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
settermjd/laminas-static-pages
372 Downloads
An easy, almost painless, way to render static pages in Zend Expressive applications.
rekalogika/direct-property-access
2864 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
mvccore/ext-router-extended
362 Downloads
MvcCore - Extension - Router - Extended - trait with additional properties, setters and getters required by extended router implementations - localized router and media site version router.
mouf/html.tags
20061 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
maliboot/lombok
1648 Downloads
这是一个通过注解来减少`重复代码`的工具。本插件参考了[Java库-Lombok](https://projectlombok.org/)奇思妙想编写而成。实现了setter、getter、日志、类委托、属性委托、常用的工具类方法注解等....
6dreams/rich-model-trait
1321 Downloads
A rich replacement for your anemic getters and setters
aedart/overload
11173 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)