PHPackages                             vml/magento2-module-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vml/magento2-module-customerimport

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

vml/magento2-module-customerimport
==================================

Customer Import via CSV &amp; JSON

1.0(2y ago)09Apache-2.0PHPPHP &gt;=7.3.0

Since Mar 2Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Vml\_CustomerImport
===================

[](#vml_customerimport)

Import Customer with cron command in CSV or JSON format

Magento2 Module Vml CustomerImport
==================================

[](#magento2-module-vml-customerimport)

```
``vml/magento2-module-customerimport``

```

- [Main Functionalities](#main-functionalities)
- [Installation](#installation)
- [Features](#features)
- [Configurations](#configurations)
- [Screenshots](#screenshots)

Main Functionalities
--------------------

[](#main-functionalities)

Import Customer with cron command which is supplied via CSV or JSON format.

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

[](#installation)

### Type 1: Zip file

[](#type-1-zip-file)

- Unzip the zip file in `app/code/Vml/CustomerImport`
- Enable the module by running `php bin/magento module:enable Vml_CustomerImport`
- Run Magento commands by running

    `php bin/magento set:upg && php bin/magento set:d:c && php bin/magento set:s:d -f && php bin/magento c:c && php bin/magento c:f`
- Give `var` and `pub` folder to 777 permission by running `chmmod -R 0777 var/ pub/`

### Type 2: Composer

[](#type-2-composer)

- Install the module composer by running `composer require vml/magento2-module-customerimport`
- Enable the module by running `php bin/magento module:enable Vml_CustomerImport`
- Run Magento commands by running

    `php bin/magento set:upg && php bin/magento set:d:c && php bin/magento set:s:d -f && php bin/magento c:c && php bin/magento c:f`
- Give `var` and `pub` folder to 777 permission by running `chmmod -R 0777 var/ pub/`

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 'sample-csv' or 'sample-json'

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

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

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

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

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

```

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

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

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

```

Screenshots
-----------

[](#screenshots)

[![cli-help](/assests/image.png)](/assests/image.png)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fbc17739c789569a8997978c60570db7936dfd338050c636ded61120669951e?d=identicon)[vijayrami](/maintainers/vijayrami)

---

Top Contributors

[![vijayrami](https://avatars.githubusercontent.com/u/13213261?v=4)](https://github.com/vijayrami "vijayrami (31 commits)")

---

Tags

magento2magento2-customermagento2-customer-importmagento2-extensionmagento2-module

### Embed Badge

![Health badge](/badges/vml-magento2-module-customerimport/health.svg)

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

###  Alternatives

[yireo/magento2-googletagmanager2

Add Google Tag Manager to Magento

167930.4k5](/packages/yireo-magento2-googletagmanager2)[opengento/module-gdpr

Gdpr Compliance Module for Magento 2

14481.5k](/packages/opengento-module-gdpr)[hyva-themes/magento2-graphql-tokens

Adds Customer and Cart tokens to CustomerData sections

242.6M2](/packages/hyva-themes-magento2-graphql-tokens)[yireo/magento2-extensionchecker

Scan the code of a Magento module

96151.6k3](/packages/yireo-magento2-extensionchecker)[ecomdev/magento2-product-data-preloader

Magento 2 Product Data Pre-Loader FTW

11953.9k](/packages/ecomdev-magento2-product-data-preloader)[deved/magento2-disable-customer-registration

Disable Customer Registration

50133.3k](/packages/deved-magento2-disable-customer-registration)

PHPackages © 2026

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