PHPackages                             vi-tech/dto-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vi-tech/dto-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vi-tech/dto-bundle
==================

DTO resolver for symfony projects

3.0.1(4y ago)39.4k[1 issues](https://github.com/vseinstrumentiru/dto-bundle/issues)[1 PRs](https://github.com/vseinstrumentiru/dto-bundle/pulls)MITPHPPHP ^7.3|~8.0.0|^8.1

Since Sep 23Pushed 4y ago3 watchersCompare

[ Source](https://github.com/vseinstrumentiru/dto-bundle)[ Packagist](https://packagist.org/packages/vi-tech/dto-bundle)[ RSS](/packages/vi-tech-dto-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)Dependencies (7)Versions (9)Used By (0)

DTO Bundle
==========

[](#dto-bundle)

Package for an automatic request to predefined structures conversion in symfony applications.

[![Build Status](https://camo.githubusercontent.com/8e5c5a23a8dbb12c60e945bb2e1f8440329a97f0e8e5a0f451f0446782f20eec/68747470733a2f2f7472617669732d63692e6f72672f767365696e737472756d656e746972752f64746f2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/github/vseinstrumentiru/dto-bundle)[![Coverage Status](https://camo.githubusercontent.com/12b22fb9e67a8e1d2b6ed67f13887a0d4f7b5ffb81ab48803e56a83295c174bf/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f767365696e737472756d656e746972752f64746f2d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/vseinstrumentiru/dto-bundle?branch=master)

Installation
------------

[](#installation)

```
$ composer require vi-tech/dto-bundle
```

Declare bundle in configuration:

```
// config/bundles.php
return [
    \ViTech\DataObjectBundle\DataObjectBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

```
