fazland / dto-management-bundle
DTO finder and param converter bundle
Installs: 1 688
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: ^7.2
- doctrine/annotations: ^1.6
- kcs/class-finder: ^0.1,>0.1.3
- ocramius/proxy-manager: ^2.1
- symfony/config: ^3.4|^4.0|^5.0
- symfony/framework-bundle: ^3.4|^4.0|^5.0
Requires (Dev)
- kcs/serializer: ^2.1.1|^3.0
- phpunit/phpunit: ^7.4|^8.0
- symfony/browser-kit: ^3.4|^4.0|^5.0
- symfony/debug-bundle: ^3.4|^4.0|^5.0
- symfony/expression-language: ^3.4|^4.0|^5.0
- symfony/security-bundle: ^3.4|^4.0|^5.0
- symfony/var-dumper: ^3.4|^4.0|^5.0
- symfony/yaml: ^3.4|^4.0|^5.0
This package is auto-updated.
Last update: 2024-10-15 22:02:17 UTC
README
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.