Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/larttyler/entity-transformers


https://github.com/larttyler/entity-transformers

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

## Installation
In your project root, run the following command.

```shell
$ 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.

```shell
$ composer require doctrine/orm
```