Libraries tagged by object property setter
rekalogika/direct-property-access
2977 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
sikessem/capsule
1631 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
alaa-almaliki/property-setter-config
31 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
as-pro/object-access
2 Downloads
A library for accessing object properties via getters and setters
lukaszmakuch/property-setter
141 Downloads
Sets properties of already existing objects.
dandjo/object-adapter
575 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
lukasz93p/object-serializer
62 Downloads
Package which allows easy serialization and deserialization of php objects using JSON format, setters or public properties are not needed.
ymmtmsys/properties
12 Downloads
Automatically creates a setter and getter via annotations.
mfonte/propaccessor
8 Downloads
A PHP Trait that adds support for direct access to object properties, with explicit accessors and mutators.
snscripts/getset
49902 Downloads
Trait for adding magic setters / getters to objects
macfja/value-provider
42 Downloads
Get/Set object value with its getter/setter/property/metadata
sikessem/core
0 Downloads
Objects with strict types to manage PHP variables and values.
iconic/uniproperty
33 Downloads
A small helper library that helps when you have to access properties of unknown objects by name. It supports both public properties and getter/setter methods.
bnomei/kirby-blueprints
55 Downloads
PHP Class-based Blueprints for Kirby CMS for better type safety and code completion
scaleupstack/easy-object
14 Downloads
Convenient object handling for a modern, defensive and strict style of programming in PHP without boilerplate code. E.g. default getters, typed properties, named/default constructors.