dreadnip/smart-dto-bundle

Smarter data transfer objects

Installs: 882

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:symfony-bundle

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

This package is auto-updated.

Last update: 2024-04-30 00:50:57 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.