All Projects → ddeboer → DdeboerDataImportBundle

ddeboer / DdeboerDataImportBundle

Licence: other
A Symfony2 bundle that offers a way to import data from and store data to a range of formats and media

Programming Languages

PHP
23972 projects - #3 most used programming language

Ddeboer Data Import Bundle

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(),
        ...
    );
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].