PHPackages                             temirkhan/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. temirkhan/dto-bundle

Abandoned → [vi-tech/dto-bundle](/?search=vi-tech%2Fdto-bundle)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

temirkhan/dto-bundle
====================

DTO handler bundle for symfony projects

0.1.0(5y ago)092MITPHPPHP ^7.3

Since Sep 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/TemirkhanN/dto-bundle)[ Packagist](https://packagist.org/packages/temirkhan/dto-bundle)[ RSS](/packages/temirkhan-dto-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

dto-bundle
==========

[](#dto-bundle)

DTO structures handler for symfony

NOTICE
------

[](#notice)

This package has been transfered to  and won't receive further updates.

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

[](#installation)

```
$ composer require temirkhan/dto-bundle
```

Include bundle in your config

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

Usage
-----

[](#usage)

```
