ddeboer/data-import-bundle

A Symfony2 bundle for the ddeboer/data-import library

Maintainers

πŸ‘ ddeboer

Package info

github.com/ddeboer/DdeboerDataImportBundle

Type:symfony-bundle

pkg:composer/ddeboer/data-import-bundle

Statistics

Installs: 1 262 771

Dependents: 1

Suggesters: 0

Stars: 69

Open Issues: 5

0.1.0 2014-04-04 11:01 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 653961354e541380feef085791cb8368da3160db

csvimport

This package is auto-updated.

Last update: 2026-06-06 12:37:49 UTC


README

Introduction

This is a Symfony2 bundle for the ddeboer/data-import library.

Installation

This library is available on Packagist:

To install it, run:

$ composer require ddeboer/data-import-bundle:~0.1

If you’re on Symfony 2.1, use the appropriate branch instead:

$ composer require ddeboer/data-import-bundle:symfony-2.1

Then add the bundle to app/AppKernel.php:

public function registerBundles()
{
 return array(
 ...
 new Ddeboer\DataImportBundle\DdeboerDataImportBundle(),
 ...
 );
}