Libraries tagged by settle
ferfabricio/hydrator
24988 Downloads
Hydrate your object with class setters
revinate/php-getter-setter
28932 Downloads
PHP library to simplify getting and setting values in arrays and objects.
kamilwylegala/immutable-setter
530 Downloads
Utility class for PHP that helps making your classes immutable.
webhappens/magic-properties
3837 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
rakshazi/get-set-trait
10357 Downloads
Dynamic Setter-Getter for PHP 5.4+
opencultureconsulting/basics
280 Downloads
A collection of generic classes and useful traits for PHP projects.
klever/tutor
20389 Downloads
PHPUnit Extensions to easily spec-test data models
icanboogie/prototype
10483 Downloads
Implements the Prototype design pattern; getters/setters
ecommit/doctrine-entities-generator-bundle
5047 Downloads
Generate Doctrine ORM entities.
antares/accessible-bundle
3761 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3834 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
sikessem/capsule
1526 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
settermjd/laminas-static-pages
367 Downloads
An easy, almost painless, way to render static pages in Zend Expressive applications.
rekalogika/direct-property-access
2840 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
maliboot/lombok
1612 Downloads
这是一个通过注解来减少`重复代码`的工具。本插件参考了[Java库-Lombok](https://projectlombok.org/)奇思妙想编写而成。实现了setter、getter、日志、类委托、属性委托、常用的工具类方法注解等....