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

ActiveSymfony-bundle

worldstores/dto-generator-bundle
================================

Converts XSD/JSON definitions into PHP classes

5233[1 PRs](https://github.com/ws-sysdev/symfony-dto-generator/pulls)PHP

Since Mar 1Pushed 10y ago2 watchersCompare

[ Source](https://github.com/ws-sysdev/symfony-dto-generator)[ Packagist](https://packagist.org/packages/worldstores/dto-generator-bundle)[ RSS](/packages/worldstores-dto-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Symfony DTO Generator
=====================

[](#symfony-dto-generator)

This bundle is to save you time required to map and create DTO and serialise/deserialise XML and JSON structure. It will generate the DTO Classes for you using JMS serialiser notations and will setup a basic Behat feature to test your DTO.

Disclaimer
----------

[](#disclaimer)

This bundle is still in development.

Requirement
-----------

[](#requirement)

You need XSD/Json schema for your data structure.

What does the bundle do?
------------------------

[](#what-does-the-bundle-do)

Consider the following XML:

```

```

The bundle will generate the following DTO Classes

```
