dreadnip/smart-dto-bundle

Smarter data transfer objects

Maintainers

Package info

github.com/dreadnip/smart-dto-bundle

Issues

Type:symfony-bundle

pkg:composer/dreadnip/smart-dto-bundle

Statistics

Installs: 888

Dependents: 0

Suggesters: 0

Stars: 0

v0.2 2022-10-02 14:18 UTC

This package is auto-updated.

Last update: 2026-03-01 00:49:24 UTC


README

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, require:

composer require dreadnip/smart-dto-bundle

Usage

See the docs.