networkteam/import
最新稳定版本:2.2.1
Composer 安装命令:
composer require networkteam/import
包简介
Generic import framework
README 文档
README
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).
The abstract EntityImporter is a base class for imports using Doctrine ORM.
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.
For further examples and how to handle different tasks look into the documentation
License
This package is released under the MIT license.
统计信息
- 总下载量: 3.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-05