dmytrof/import-fractal-bundle

Symfony ImportFractalBundle to implement Fractal by League for DmytrofImportBundle

Maintainers

Package info

github.com/dmytrof/ImportFractalBundle

Type:symfony-bundle

pkg:composer/dmytrof/import-fractal-bundle

Statistics

Installs: 3 539

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1 2021-06-16 16:51 UTC

This package is auto-updated.

Last update: 2026-02-17 03:07:01 UTC


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],
    ];