dmytrof / import-fractal-bundle
Symfony ImportFractalBundle to implement Fractal by League for DmytrofImportBundle
Installs: 3 373
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.2 || ^8.0
- dmytrof/import-bundle: ^1.10
- dmytrof/models-management-fractal-bundle: ^1.1
Requires (Dev)
- phpunit/phpunit: ^8.3 || ^9.1
README
This bundle helps you to implement Fractal by League for DmytrofImportBundle
Installation
Step 1: Install the bundle
$ composer require dmytrof/import-fractal-bundle
Step 2: Enable the bundle
<?php
// config/bundles.php
return [
// ...
Dmytrof\ImportFractalBundle\DmytrofImportFractalBundle::class => ['all' => true],
];