zendframework / zend-hydrator
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-hydrator package instead.
Serialize objects to arrays, and vice versa
3.0.2
2019-03-15 14:12 UTC
Requires
- php: ^7.2
- zendframework/zend-stdlib: ^3.2.1
Requires (Dev)
- phpspec/prophecy: ^1.7.5
- phpstan/phpstan: ^0.10.5
- phpunit/phpunit: ^7.5
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-eventmanager: ^3.2.1
- zendframework/zend-modulemanager: ^2.8
- zendframework/zend-serializer: ^2.9
- zendframework/zend-servicemanager: ^3.3.2
Suggests
- zendframework/zend-eventmanager: ^3.2, to support aggregate hydrator usage
- zendframework/zend-serializer: ^2.9, to use the SerializableStrategy
- zendframework/zend-servicemanager: ^3.3, to support hydrator plugin manager usage
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-hydrator.
Zend\Hydrator provides utilities for mapping arrays to objects, and vice
versa, including facilities for filtering which data is mapped as well as
providing mechanisms for mapping nested structures.
- File issues at https://github.com/zendframework/zend-hydrator/issues
- Documentation is at https://docs.zendframework.com/zend-hydrator/