zendframework / zend-hydrator
Serialize objects to arrays, and vice versa
Installs: 19 614 167
Dependents: 137
Suggesters: 10
Security: 0
Stars: 162
Watchers: 30
Forks: 40
Open Issues: 3
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/