https://github.com/sanderdlm/smart-dto-bundle
Map your Doctrine entities into data transfer objects for faster usage in Symfony forms
https://github.com/sanderdlm/smart-dto-bundle
data-transfer-object doctrine orm symfony
Last synced: about 2 months ago
JSON representation
Map your Doctrine entities into data transfer objects for faster usage in Symfony forms
- Host: GitHub
- URL: https://github.com/sanderdlm/smart-dto-bundle
- Owner: sanderdlm
- License: mit
- Created: 2022-02-19T18:42:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T18:47:22.000Z (over 3 years ago)
- Last Synced: 2026-01-20T08:17:08.100Z (5 months ago)
- Topics: data-transfer-object, doctrine, orm, symfony
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SmartDtoBundle
===============
The SmartDtoBundle makes it faster to work with data transfer objects and Doctrine entities in a Symfony application by providing automatic hydration of DTO objects from an entity.
Installation
------------
With [composer](https://getcomposer.org), require:
`composer require dreadnip/smart-dto-bundle`
Usage
-----
See [the docs](docs/index.md).