dbstudios/entity-transformers

A base system for creating objects to update Doctrine entities

1.3.1 2021-03-09 16:48 UTC

This package is auto-updated.

Last update: 2024-04-09 23:35:16 UTC


README

In your project root, run the following command.

$ composer require dbstudios/entity-transformers

If you plan on using the built-in AbstractEntityTransformer class, you'll also need to make sure that doctrine/orm is required by your project.

$ composer require doctrine/orm