dmytrof / import-fractal-bundle
Symfony ImportFractalBundle to implement Fractal by League for DmytrofImportBundle
Package info
github.com/dmytrof/ImportFractalBundle
Type:symfony-bundle
pkg:composer/dmytrof/import-fractal-bundle
1.1
2021-06-16 16:51 UTC
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],
];