Download the PHP package prolic/humus-doctrine-hydrator without Composer
On this page you can find all versions of the php package prolic/humus-doctrine-hydrator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package humus-doctrine-hydrator
Humus Doctrine Hydrator
A Hydrator implementing Zend\Stdlib\Hydrator\HydratorInterface, completely based on Doctrine\Common
- can return cloned object
- let's you control what field should be extracted (recursively)
- can flat single keys
Requirements
Installation
- Add
"prolic/humus-doctrine-hydrator": "dev-master"
to yourcomposer.json
- Run
php composer.phar install
Example
Let's assume you want to hydrate an array to an object, and then you want to extract all it's internals
Example Class: "User", has relationships to his "Locale", "Language" and "Address". The address entity has also a relation to "Country".
All versions of humus-doctrine-hydrator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
zendframework/zend-stdlib Version >=2.2
doctrine/common Version >2.2,<2.4-dev
zendframework/zend-stdlib Version >=2.2
doctrine/common Version >2.2,<2.4-dev
The package prolic/humus-doctrine-hydrator contains the following files
Loading the files please wait ....