zendframework / zend-serializer
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-serializer package instead.
Serialize and deserialize PHP structures to a variety of representations
2.9.1
2019-10-19 08:06 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-json: ^2.5 || ^3.0
- zendframework/zend-stdlib: ^2.7 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.14 || ^7.5.16
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-math: ^2.6 || ^3.0
- zendframework/zend-servicemanager: ^2.7.5 || ^3.0.3
Suggests
- zendframework/zend-math: (^2.6 || ^3.0) To support Python Pickle serialization
- zendframework/zend-servicemanager: (^2.7.5 || ^3.0.3) To support plugin manager support
This package is auto-updated.
Last update: 2020-01-30 16:29:52 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-serializer.
zend-serializer provides an adapter-based interface for generating and recovering from storable representations of PHP types.
- File issues at https://github.com/zendframework/zend-serializer/issues
- Documentation is at https://docs.zendframework.com/zend-serializer/