2017 © Pedro Peláez
 

library import

Generic import framework

image

networkteam/import

Generic import framework

  • Monday, April 30, 2018
  • by chlu
  • Repository
  • 9 Watchers
  • 0 Stars
  • 271 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

Generic import framework

Build Status, (*1)

Imports are based on data providers that generate or transform data. A data provider is basically an iterator returning array values for each row in the data set. By composing data providers and transformers, more complex scenarios can be implemented. This package provides a TransformingProviderDecorator that has a configurable mapping and allows to use the Symfony expression language for custom processing (e.g. renaming or combining fields)., (*2)

The abstract EntityImporter is a base class for imports using Doctrine ORM., (*3)

Installation

composer require networkteam/import

Usage

Extend AbstractImporter and implement processImportData with your custom import logic. For Doctrine ORM entities the EntityImporter can be extended., (*4)

For further examples and how to handle different tasks look into the documentation, (*5)

License

This package is released under the MIT license., (*6)

The Versions

30/04 2018

dev-master

9999999-dev

Generic import framework

  Sources   Download

The Requires

 

The Development Requires

csv excel dataprovider import

30/04 2018

1.1.1

1.1.1.0

Generic import framework

  Sources   Download

The Requires

 

The Development Requires

csv excel dataprovider import

23/04 2018

1.1.0

1.1.0.0

Generic import framework

  Sources   Download

The Requires

 

The Development Requires

csv excel dataprovider import

21/06 2017

1.0.0

1.0.0.0

Generic import framework

  Sources   Download

The Requires

 

The Development Requires

csv excel dataprovider import