Libraries tagged by object property setter
rekalogika/direct-property-access
6683 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
iconic/uniproperty
37 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.
alaa-almaliki/property-setter-config
37 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
as-pro/object-access
5 Downloads
A library for accessing object properties via getters and setters
lukaszmakuch/property-setter
144 Downloads
Sets properties of already existing objects.
dandjo/object-adapter
595 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
lukasz93p/object-serializer
63 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
49904 Downloads
Trait for adding magic setters / getters to objects
macfja/value-provider
45 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.
sikessem/capsule
1828 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
bnomei/kirby-blueprints
67 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.