jolicode / automapper-bundle
JoliCode AutoMapper Symfony Bundle
Installs: 14 886
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 4
Open Issues: 2
Type:symfony-bundle
Requires
- php: ^8.2
- jolicode/automapper: ^8.0
- phpdocumentor/reflection-docblock: ^5.3
- phpstan/phpdoc-parser: ^1.25
Requires (Dev)
- moneyphp/money: ^4.2
- nikic/php-parser: ^4.18 || ^5.0
- symfony/framework-bundle: ^6.0 || ^7.0
- symfony/phpunit-bridge: ^7.0
- symfony/uid: ^6.3 || ^7.0
- symfony/yaml: ^6.3 || ^7.0
Conflicts
- symfony/framework-bundle: 5.1.0
README
The AutoMapper Bundle is the Symfony bridge for AutoMapper component.
Quick Start 🚀
composer require jolicode/automapper-bundle
Then add the bundle to your bundles list in config/bundles.php
<?php return [ // ... AutoMapper\Bundle\AutoMapperBundle::class => ['all' => true], ];
You can read more about this library and how to use it on the documentation.
Support
For support, please create an issue on GitHub tracker