Libraries tagged by Object Properties
iconic/uniproperty
38 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.
eboreum/cloner
2 Downloads
Immutably clone (copy) objects and override their properties. Works for readonly classes and properties as well.
brookinsconsulting/ezchangeowner
4 Downloads
eZ Publish Legacy extension which provides a simple solution to changing a content object owner user relation property. Great for smart developers!
keven/hydrate
6874 Downloads
Hydrate an object from an array of properties.
dashifen/repository
5414 Downloads
An object with read-only protected properties from which other objects can be extened.
best-served-cold/reflection
130 Downloads
Reflection - Simple utility to reflect objects and classes to access properties and methods.
codelicia/immutable
0 Downloads
Enforces immutability on initialized properties of any PHP object
stevenwadejr/exposure
158 Downloads
Exposure acts as a proxy to protected and private properties and methods on an object.
proteins/structure
44 Downloads
Access properties with associative array or object notation seamlessly
jvmanji/universal-access
479 Downloads
This package includes PHP wrapper for arrays and objects, which simplifies access to nested properties/keys.
monkeyscloud/monkeyslegion-serializer
1 Downloads
Attribute-driven object↔JSON/XML serializer for MonkeysLegion: property hooks, readonly DTOs, normalizer pipeline, naming strategies, PHPStan Level 9.
yunasoft/hydrator
108 Downloads
Allows to extract data from an object or create a new object based on data for the purpose of persisting state. Works with private and protected properties.
xmlutils/xmlutils
126 Downloads
This class contains methods to convert a xml tree into a complex array with nested properties and to convert a complex array object into an xml tree.
unicon/yaml
3057 Downloads
Validates YAML file using given class and, if matches, creates an object. Understands PhpDoc, converts values if necessary. Works recursively, so the YAML file may have complicated structure, and the given class may have properties of other classes.
rlnks/php-mail-tree
6 Downloads
A PHP HTML email builder using an intuitive object-tree nesting approach. Structure your email exactly like you think it — each node is a named property on its parent.