Libraries tagged by Object Properties
sunnyflail/object-accessor
41 Downloads
A simple abstraction over accessing object properties
phptailors/phpunit-properties
907 Downloads
Assertions on object properties for PHPUnit-based tests
jfadich/json-property
444 Downloads
Transform an object property into an enhanced array
guennichi/property-loader
18 Downloads
PHP library to dynamically load object properties
bjoern-goetschke/object-dot-access
1736 Downloads
Library to access nested object properties by providing a string
as-pro/object-access
5 Downloads
A library for accessing object properties via getters and setters
alaa-almaliki/property-setter-config
37 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
dandjo/object-adapter
599 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
php-fhir/object-mapper
12 Downloads
Mapper library to create maps of FHIR Objects and their properties.
typesetsh/dynamic-property-access-assume-type
542 Downloads
Psalm plugin to support dynamic property access and object crates. Used by typeset.sh
mario-legenda/object-examiner
16 Downloads
Recursively shows public methods and properties of an object
kros/properties-mgr
47 Downloads
Load properties from a property / init file as properties in an object.
charcoal/property
86 Downloads
Charcoal Property defines an object (provides metadata)
baba/php-object-copy
37 Downloads
Simple implementation of copy properties from one object to another by Reflection API.