{"id":18365291,"url":"https://github.com/iq2i/data-importer","last_synced_at":"2025-04-06T16:31:15.977Z","repository":{"id":38041477,"uuid":"254672834","full_name":"IQ2i/data-importer","owner":"IQ2i","description":"A PHP library to easily manage and import large data file","archived":false,"fork":false,"pushed_at":"2024-11-23T20:38:31.000Z","size":170,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"4.x","last_synced_at":"2025-03-22T03:23:31.445Z","etag":null,"topics":["async","csv","csv-files","csvreader","data","dto","file","import","json","php","processor","reader","xml","xmlreader"],"latest_commit_sha":null,"homepage":"https://github.com/IQ2i/data-importer","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IQ2i.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-04-10T15:43:50.000Z","updated_at":"2024-11-23T20:36:51.000Z","dependencies_parsed_at":"2023-02-15T17:01:53.208Z","dependency_job_id":"b530b8a4-78cd-478d-96c4-a249465b6d5c","html_url":"https://github.com/IQ2i/data-importer","commit_stats":{"total_commits":98,"total_committers":6,"mean_commits":"16.333333333333332","dds":0.5204081632653061,"last_synced_commit":"037f47a326b4ed6f570e8b5b1f94a3be5f7c724a"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ2i%2Fdata-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ2i%2Fdata-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ2i%2Fdata-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQ2i%2Fdata-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IQ2i","download_url":"https://codeload.github.com/IQ2i/data-importer/tar.gz/refs/heads/4.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247512570,"owners_count":20950883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","csv","csv-files","csvreader","data","dto","file","import","json","php","processor","reader","xml","xmlreader"],"created_at":"2024-11-05T23:13:07.190Z","updated_at":"2025-04-06T16:31:15.721Z","avatar_url":"https://github.com/IQ2i.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iq2i/data-importer\n\n[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/quality/g/iq2i/data-importer/4.x?style=flat-square)](https://scrutinizer-ci.com/g/iq2i/data-importer/)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/iq2i/data-importer/4.x?style=flat-square)](https://scrutinizer-ci.com/g/iq2i/data-importer/)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/iq2i/data-importer/continuous-integration.yml?style=flat-square)](https://github.com/IQ2i/data-importer/actions)\n[![License](https://img.shields.io/github/license/iq2i/data-importer?style=flat-square)](https://github.com/IQ2i/data-importer/blob/4.x/LICENSE)\n[![Latest Stable Version](https://img.shields.io/packagist/v/iq2i/data-importer?style=flat-square)](https://packagist.org/packages/iq2i/data-importer)\n\nA PHP library to easily manage and import large data file.\n\n## Installation\n\n```bash\ncomposer require iq2i/data-importer\n```\n\n##### Choose the version you need\n\n| Version (X.Y.Z) |    PHP     | Comment             |\n|:---------------:|:----------:|:--------------------|\n|     `4.*.*`     | `\u003e= 8.1.0` | **Current version** |\n|     `3.2.*`     | `\u003e= 7.4.0` | Previous version    |\n\n## Usage\n\nDataImporter is based on 3 components:\n\n* [Reader](/docs/reader.md): how to read your files\n* [Processor](/docs/processor.md): what to do with your data\n* [Archiver](/docs/archiver.md): where to store processed files (optional)\n\nOnce the required parts are initialized, you can create a DataImporter and use\nit:\n\n```php\n\u003c?php\n\nuse IQ2i\\DataImporter\\DataImporter;\n\n$dataImporter = new DataImporter(\n    $csvReader,\n    $articleProcessor,\n    // optional archiver here\n);\n$dataImporter-\u003eexecute();\n```\n\n## Framework integration\n\nAdditionally, this package provides deeper integration into Symfony:\n\n* [An abstract command to easily setup import jobs in your projects](/docs/abstract_command.md)\n\n## Issues and feature requests\n\nPlease report issues and request features\nat https://github.com/iq2i/data-importer/issues.\n\n## License\n\nThis bundle is under the MIT license. For the whole copyright, see\nthe [LICENSE](LICENSE) file distributed with this source code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiq2i%2Fdata-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiq2i%2Fdata-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiq2i%2Fdata-importer/lists"}