Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1001 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 1001 Bytes

Fazland - DtoManagementBundle

Build Status

This bundle helps to build versioned DTOs (Data Transfer Objects) and to minimize effort while implementing your Symfony controllers.

Requirements

  • php ^7.2
  • symfony/symfony ^4.0

Installation

The suggested installation method is via composer:

$ composer require fazland/dto-management-bundle

Using DtoManagementBundle

See getting started section.

Test

Run

$ vendor/bin/phpunit

Contributing

Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!

License

DtoManagementBundle is licensed under the MIT License - see the LICENSE file for details.