PHPackages                             magesource/customerimport - 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. magesource/customerimport

ActiveMagento2-module

magesource/customerimport
=========================

Magesource Customer Import for Magento 2.

14PHP

Since May 19Pushed 1y ago2 watchersCompare

[ Source](https://github.com/magesource/customerimport)[ Packagist](https://packagist.org/packages/magesource/customerimport)[ RSS](/packages/magesource-customerimport/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Magesource\_CustomerImport
==========================

[](#magesource_customerimport)

Import Customer with command in csv or json files

Installation
------------

[](#installation)

- Install the module composer by running `composer require magesource/customerimport:dev-main`
- Enable the module by running `php bin/magento module:enable Magesource_CustomerImport`
- Run Magento commands by running

    `php bin/magento set:up;php bin/magento s:d:c;php bin/magento s:s:d -f;php bin/magento c:f`

Features
--------

[](#features)

Create customers from csv or json file from command line terminal.

Configurations
--------------

[](#configurations)

`bin/magento customer:import  `

##### So to import from the CSV and the JSON respectively the user would execute either one of the following

[](#so-to-import-from-the-csv-and-the-json-respectively-the-user-would-execute-either-one-of-the-following)

##### `profile-name` is 'customer-csv' or 'customer-json'

[](#profile-name-is-customer-csv-or-customer-json)

##### `source` is your file path name added in `var/import` folder (eg. 'customer.csv' or 'customer.json')

[](#source-is-your-file-path-name-added-in-varimport-folder-eg-customercsv-or-customerjson)

- `php bin/magento customer:import --help`
- Description: Customer Import via CSV &amp; JSON
- Usage: customer:import
- Arguments: profile Profile name ex: customer-csv or customer-json source Source Path ex: customer.csv or customer.json

```
bin/magento customer:import customer-csv customer.csv
bin/magento customer:import customer-json customer.json

```

- [csv](/files/customer.csv) and [json](/files/customer.json) files you can find inside `files` folder of this module.

Once we run our customer import command,also need to make sure to re-index the Customer Grid indexer

```
`php bin/magento indexer:reindex customer_grid`

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee1ebb0f0ecf21edf5b41cc2f7197c1ff9d4582429fa74d7f55113cce2648834?d=identicon)[magesource](/maintainers/magesource)

---

Top Contributors

[![magesource](https://avatars.githubusercontent.com/u/170232519?v=4)](https://github.com/magesource "magesource (5 commits)")

### Embed Badge

![Health badge](/badges/magesource-customerimport/health.svg)

```
[![Health](https://phpackages.com/badges/magesource-customerimport/health.svg)](https://phpackages.com/packages/magesource-customerimport)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
