Libraries tagged by getter setter
opencultureconsulting/basics
312 Downloads
A collection of generic classes and useful traits for PHP projects.
klever/tutor
20471 Downloads
PHPUnit Extensions to easily spec-test data models
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.
sikessem/capsule
1553 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
rekalogika/direct-property-access
2864 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
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
1650 Downloads
这是一个通过注解来减少`重复代码`的工具。本插件参考了[Java库-Lombok](https://projectlombok.org/)奇思妙想编写而成。实现了setter、getter、日志、类委托、属性委托、常用的工具类方法注解等....
6dreams/rich-model-trait
1321 Downloads
A rich replacement for your anemic 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.
alexanevsky/getter-setter-accessor-bundle
94 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.
mensbeam/getters-and-setters
37 Downloads
Getter and setter method trait for PHP
spekkionu/property-access
27 Downloads
Trait that automatically calls getters and setters for property access.
himanshu-m/accessors
22 Downloads
Define getter and setter for inaccessible members of a PHP class
dandjo/object-adapter
574 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.