This bundle helps to build versioned DTOs (Data Transfer Objects) and to minimize effort while implementing your Symfony controllers.
- php ^7.2
- symfony/symfony ^4.0
The suggested installation method is via composer:
$ composer require fazland/dto-management-bundle
See getting started section.
Run
$ vendor/bin/phpunit
Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!
DtoManagementBundle is licensed under the MIT License - see the LICENSE file for details.