Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larttyler/entity-transformers
https://github.com/larttyler/entity-transformers
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larttyler/entity-transformers
- Owner: LartTyler
- License: gpl-3.0
- Created: 2018-10-18T18:05:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T16:52:46.000Z (over 3 years ago)
- Last Synced: 2024-05-04T13:20:40.672Z (6 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```