Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
composer require "symfony/serializer:5.2.x-dev"
| 包名 | 版本要求 |
|---|---|
| php | >=7.2.5 |
| symfony/polyfill-ctype | ~1.8 |
| symfony/polyfill-php80 | ^1.16 |
| 包名 | 版本要求 |
|---|---|
| doctrine/annotations | ^1.10.4 |
| phpdocumentor/reflection-docblock | ^3.2|^4.0|^5.0 |
| symfony/cache | ^4.4|^5.0 |
| symfony/config | ^4.4|^5.0 |
| symfony/dependency-injection | ^4.4|^5.0 |
| symfony/error-handler | ^4.4|^5.0 |
| symfony/filesystem | ^4.4|^5.0 |
| symfony/form | ^4.4|^5.0 |
| symfony/http-foundation | ^4.4|^5.0 |
| symfony/http-kernel | ^4.4|^5.0 |
| symfony/mime | ^4.4|^5.0 |
| symfony/property-access | ^4.4.9|^5.0.9 |
| symfony/property-info | ^4.4|^5.0 |
| symfony/uid | ^5.1 |
| symfony/validator | ^4.4|^5.0 |
| symfony/var-exporter | ^4.4|^5.0 |
| symfony/yaml | ^4.4|^5.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2021-07-21 13:17:02 |
| 类型 | library |