korbeil/turbo-serializer

There is no license information available for the latest version (0.2.0) of this package.

0.2.0 2024-05-23 06:58 UTC

This package is auto-updated.

Last update: 2024-08-23 07:26:21 UTC


README

Quick Start 🚀

composer require korbeil/turbo-serializer
// config/bundles.php

return [
    // ...
    Mtarld\JsonEncoderBundle\JsonEncoderBundle::class => ['all' => true],
    AutoMapper\Symfony\Bundle\AutoMapperBundle::class => ['all' => true],
    TurboSerializer\TurboSerializerBundle::class => ['all' => true],
];