PHPackages                             raindrop/import-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. raindrop/import-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

raindrop/import-bundle
======================

Symfony Raindrop ImportBundle

296

Since Jun 7Compare

[ Source](https://github.com/raindropdevs/RaindropImportBundle)[ Packagist](https://packagist.org/packages/raindrop/import-bundle)[ RSS](/packages/raindrop-import-bundle/feed)WikiDiscussions Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Raindrop Import Bundle
======================

[](#raindrop-import-bundle)

[![Build Status](https://camo.githubusercontent.com/9fcc64796abcaee44089590e0f0905616954162abe0a7314bd0a5a32a76e0535/68747470733a2f2f7472617669732d63692e6f72672f7261696e64726f70646576732f5261696e64726f70496d706f727442756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/raindropdevs/RaindropImportBundle)

This bundle adds support for import data from different sources (csv, yml, xml ...) and map them to database entities.

### **INSTALLATION**:

[](#installation)

First add the dependency to your composer.json` file:

```
"require": {
    ...
    "raindrop/import-bundle": "dev-master"
},

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
