dmytrof/import-bundle

Symfony Bundle to import data

Installs: 6 265

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.22 2023-11-10 18:07 UTC

README

This bundle helps you to import data for your Symfony 4/5 application

Installation

Step 1: Install the bundle

$ composer require dmytrof/import-bundle 

Step 2: Enable the bundle

<?php
    // config/bundles.php
    
    return [
        // ...
        Dmytrof\ImportBundle\DmytrofImportBundle::class => ['all' => true],
    ];