iq2i/data-importer
最新稳定版本:4.3.0
Composer 安装命令:
composer require iq2i/data-importer
包简介
A PHP library to easily manage and import large data file
README 文档
README
A PHP library to easily manage and import large data file.
Installation
composer require iq2i/data-importer
Choose the version you need
| Version (X.Y.Z) | PHP | Comment |
|---|---|---|
4.*.* | >= 8.1.0 | Current version |
3.2.* | >= 7.4.0 | Previous version |
Usage
DataImporter is based on 3 components:
- Reader: how to read your files
- Processor: what to do with your data
- Archiver: where to store processed files (optional)
Once the required parts are initialized, you can create a DataImporter and use it:
<?php use IQ2i\DataImporter\DataImporter; $dataImporter = new DataImporter( $csvReader, $articleProcessor, // optional archiver here ); $dataImporter->execute();
Framework integration
Additionally, this package provides deeper integration into Symfony:
Issues and feature requests
Please report issues and request features at https://github.com/iq2i/data-importer/issues.
License
This bundle is under the MIT license. For the whole copyright, see the LICENSE file distributed with this source code.
统计信息
- 总下载量: 21.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04