stratadox / hydrator-contracts
Installs: 1 048
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.2
Suggests
- stratadox/hydrator: For hydrating objects according to this interface.
README
The Hydrator package exists in the context of object deserialization. It is useful when loading objects from a data source.
To hydrate an object means to assign values to its properties. A Hydrator populates the fields of other objects.
Hydration often works in tandem with Instantiation; the process of creating empty objects.
For more information, see the recommended Hydrator implementation.