korbeil/turbo-serializer

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

0.1.0 2024-03-17 10:58 UTC

This package is auto-updated.

Last update: 2024-04-25 07:19:36 UTC


README

Quick Start 🚀

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

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