prolix / serializer-bundle
Allows you to easily serialize, and deserialize data of any complexity
Installs: 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 313
Type:symfony-bundle
Requires
- php: ^7.2
- prolix/serializer: 2.1.*
- symfony/dependency-injection: ^3.3 || ^4.0 || ^5.0
- symfony/framework-bundle: ^3.0 || ^4.0 || ^5.0
Requires (Dev)
- doctrine/orm: ^2.7
- phpunit/phpunit: ^8.5
- symfony/expression-language: ^3.0 || ^4.0 || ^5.0
- symfony/finder: ^3.0 || ^4.0 || ^5.0
- symfony/form: ^3.0 || ^4.0 || ^5.0
- symfony/stopwatch: ^3.0 || ^4.0 || ^5.0
- symfony/twig-bundle: *
- symfony/validator: ^3.0 || ^4.0 || ^5.0
- symfony/yaml: ^3.0 || ^4.0 || ^5.0
Suggests
- jms/di-extra-bundle: Required to get lazy loading (de)serialization visitors, ^1.3
- symfony/finder: Required for cache warmup, supported versions ^3.0|^4.0
This package is auto-updated.
Last update: 2024-11-13 21:42:57 UTC
README
This bundle integrates the serializer library into Symfony.
Please open new issues or feature request which are related to the library on the new repository.
You can learn more about the bundle in its documentation.