Libraries tagged by PropertyAccess
symfony/property-access
255822425 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
rekalogika/direct-property-access
8284 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
endroid/property-access
139299 Downloads
Endroid Property Access
obernard/property-indexer
11802 Downloads
Object property manipulation tools based on symfony/property-access
grazulex/laravel-arc
26 Downloads
A Laravel package for elegant and modern Data Transfer Objects (DTOs) management with automatic validation and direct property access
webchemistry/property-access
2829 Downloads
symfony/property-access integration into nette.
ucscode/object-reflector
18 Downloads
A reflector that provides access to class encapsulated properties or methods
dandjo/object-adapter
599 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
armdevstack/strict-properties-access
10 Downloads
Strict property access control in PHP.
typesetsh/dynamic-property-access-assume-type
515 Downloads
Psalm plugin to support dynamic property access and object crates. Used by typeset.sh
teleiosis/property_access
6 Downloads
Use calls methods as properties in PHP
spekkionu/property-access
28 Downloads
Trait that automatically calls getters and setters for property access.
oro-flex/property-access
741 Downloads
The Oro Property Access component reads/writes values from/to object/array graphs using a simple string notation.
lammensj/property-access
5 Downloads
Provides a mechanism to access data from an object.
kwn/reflection-property-access
67742 Downloads
Reflection based implementation of Symfony Property Access component