zjkiza / dto-mapper
Mapping Symfony entity to dto and dto to Symfony entity.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- doctrine/collections: ^1.5 || ^2.1
- doctrine/orm: ^2.17
- doctrine/persistence: ^2.4 || ^3
- ramsey/uuid-doctrine: ^2.0
- symfony/config: ^5.4 || ^6.0 || ^7.0
- symfony/console: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- dama/doctrine-test-bundle: ^8.0
- doctrine/doctrine-bundle: ^2.12
- doctrine/doctrine-fixtures-bundle: ^3.5
- ekino/phpstan-banned-code: ^1.0
- friendsofphp/php-cs-fixer: ^3.52
- matthiasnoback/symfony-dependency-injection-test: ^5.1
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^1.10
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-symfony: ^1.3
- phpunit/phpunit: ^9.6
- psalm/plugin-phpunit: ^0.19.0
- psalm/plugin-symfony: ^5.2
- rector/rector: ^1.0
- symfony/framework-bundle: ^7.0
- symfony/phpunit-bridge: ^6.0
- symfony/property-info: ^7.0
- vimeo/psalm: ^5.24
README
Mapping Symfony entity to dto, dto to Symfony entity, Symfony entity collection to dto and dto collection to Symfony entity collection. Bundle is based on using setters and getters from entity.
Table of contents
- Installation and configuration
- Instructions for setting up DTO and Entity to work with the mapper:
- Working with the mapper
Planned
- support that all data can be sent via the entity constructor.