Libraries tagged by PropertyAccess
symfony/property-access
312717256 Downloads
Provides functions to read and write from/to an object or array using a simple string notation
rekalogika/direct-property-access
14850 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
xchert/property-access
35 Downloads
endroid/property-access
139358 Downloads
Endroid Property Access
kachnitel/entity-expression-language
314 Downloads
Evaluates Symfony ExpressionLanguage strings against PHP objects, resolving properties via PropertyAccess with optional is_granted() support
obernard/property-indexer
13274 Downloads
Object property manipulation tools based on symfony/property-access
webchemistry/property-access
3024 Downloads
symfony/property-access integration into nette.
qkskima/model
109 Downloads
A lean but powerful DSL-based model system for TYPO3 with Symfony validation, property access, nested relations, and business rule validation. QkSkima Model is an alternative approach, when you think Extbase is too heavy for the job.
grazulex/laravel-arc
26 Downloads
A Laravel package for elegant and modern Data Transfer Objects (DTOs) management with automatic validation and direct property access
typesetsh/dynamic-property-access-assume-type
542 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