PHPackages                             rapicart/customer-commands - 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. rapicart/customer-commands

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

rapicart/customer-commands
==========================

Magento 2 - Customer Commands by Rapicart

06PHP

Since Sep 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pablolgarcia/CustomerCommands)[ Packagist](https://packagist.org/packages/rapicart/customer-commands)[ RSS](/packages/rapicart-customer-commands/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Customer commands for Magento2 - by Rapicart
============================================

[](#customer-commands-for-magento2---by-rapicart)

Introduction
------------

[](#introduction)

Magento 2 commands are a powerful tool and a fast way to manage our projects on our daily running. This is why we decided to create this module, extending the out-of-the-box magento commands, providing to the user with helpful commands to manage customer accounts. This module is mainly aimed for sysadmins and devs who want to manage customer accounts by command line.

**Note:** This extension is still under development. Feel free to contact us for issues or suggestions.

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

[](#installation)

You need to install it using composer. Go to your web root directory and type:

```
composer require "rapicart/customer-commands":"@dev"

```

Then you need to run the next commands:

```
php bin/magento module:enable Rapicart_CustomerCommands
php bin/magento setup:upgrade

```

Available commands
------------------

[](#available-commands)

For managing customers

```
php bin/magento customer:create (Create or update a customer account)
php bin/magento customer:delete (Delete a customer account)
php bin/magento customer:info (Shows customer account details)
php bin/magento customer:password:update (Update password for a given customer)

```

For managing customer addresses

```
php bin/magento customer:address:create (Not implemented yet)
php bin/magento customer:address:delete (Delete a customer address)
php bin/magento customer:address:list (Displays the list of customer addresses)

```

For managing customer groups

```
php bin/magento customer:group:create (Create a customer group)
php bin/magento customer:group:delete (Delete a customer group)
php bin/magento customer:group:list (Displays the list of customer groups)

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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/dff2889f749f244f48d19072cb46cc7954b634c9c642c69268e27355d2917c54?d=identicon)[argdev](/maintainers/argdev)

---

Top Contributors

[![pablolgarcia](https://avatars.githubusercontent.com/u/2241522?v=4)](https://github.com/pablolgarcia "pablolgarcia (8 commits)")

### Embed Badge

![Health badge](/badges/rapicart-customer-commands/health.svg)

```
[![Health](https://phpackages.com/badges/rapicart-customer-commands/health.svg)](https://phpackages.com/packages/rapicart-customer-commands)
```

###  Alternatives

[godbout/dash-docset-builder

Dash (LOVE) Docset Builder in PHP (LOVE).

1253.5k](/packages/godbout-dash-docset-builder)[markwalet/laravel-packagist

A Laravel wrapper for the `spatie/packagist-api` package.

132.1k](/packages/markwalet-laravel-packagist)

PHPackages © 2026

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