Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T18:47:22.000Z (about 2 years ago)
- Last Synced: 2024-10-29T10:32:43.423Z (8 days ago)
- Topics: data-transfer-object, doctrine, orm, symfony
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- 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).