2017 © Pedro Peláez
 

symfony-bundle data-import-bundle

A Symfony2 bundle for the ddeboer/data-import library

image

ddeboer/data-import-bundle

A Symfony2 bundle for the ddeboer/data-import library

  • Friday, April 4, 2014
  • by ddeboer
  • Repository
  • 5 Watchers
  • 67 Stars
  • 471,124 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 9 Forks
  • 5 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Ddeboer Data Import Bundle

Introduction

This is a Symfony2 bundle for the ddeboer/data-import library., (*1)

Installation

This library is available on Packagist:, (*2)

To install it, run:, (*3)

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

If you’re on Symfony 2.1, use the appropriate branch instead:, (*4)

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

Then add the bundle to app/AppKernel.php:, (*5)

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

The Versions

04/04 2014

dev-master

9999999-dev https://github.com/ddeboer/DdeboerDataImportBundle

A Symfony2 bundle for the ddeboer/data-import library

  Sources   Download

MIT

The Requires

 

csv import

04/04 2014

0.1.0

0.1.0.0 https://github.com/ddeboer/DdeboerDataImportBundle

A Symfony2 bundle for the ddeboer/data-import library

  Sources   Download

MIT

The Requires

 

csv import

04/03 2013

dev-symfony-2.1

dev-symfony-2.1 https://github.com/ddeboer/DdeboerDataImportBundle

A Symfony2 bundle for the ddeboer/data-import library

  Sources   Download

MIT

The Requires

 

csv import