PHPackages                             gdw/rmproductsbyskupath - 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. [CLI &amp; Console](/categories/cli)
4. /
5. gdw/rmproductsbyskupath

ActiveMagento2-module[CLI &amp; Console](/categories/cli)

gdw/rmproductsbyskupath
=======================

Módulo GDW para Magento 2, permite eliminar productos por sku desde consola.

4.4.3(1mo ago)0979proprietaryPHPPHP &gt;=8.1

Since Jun 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/josecruzchavez/GDW_RmProductsBySkuPath)[ Packagist](https://packagist.org/packages/gdw/rmproductsbyskupath)[ RSS](/packages/gdw-rmproductsbyskupath/feed)WikiDiscussions 4.4.x Synced today

READMEChangelogDependencies (7)Versions (20)Used By (0)

GDW RmProductsBySkuPath para Magento 2
======================================

[](#gdw-rmproductsbyskupath-para-magento-2)

[![Latest Stable Version](https://camo.githubusercontent.com/43ed7304f93bbe49c7f70110b55b21744c93021a8aea00846822d9775118e299/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6764772f726d70726f64756374736279736b75706174683f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/rmproductsbyskupath) [![PHP Version Require](https://camo.githubusercontent.com/4766f62ae5f6860aa9298f844a589938996511d321f5991d2b0613055307dc94/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6764772f726d70726f64756374736279736b75706174682f7068703f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/rmproductsbyskupath) [![Magento Framework Require](https://camo.githubusercontent.com/4d30b7113268aaf48ddfb0eb643953a75291a51b4d41620a18a686808cd7d524/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6764772f726d70726f64756374736279736b75706174682f6d6167656e746f2532466672616d65776f726b3f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/rmproductsbyskupath) [![License](https://camo.githubusercontent.com/6ac6b25d6718d7ef52a7febdc999fb286f1967166f8cba4e3858e84dc7265865/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6764772f726d70726f64756374736279736b75706174683f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/gdw/rmproductsbyskupath)

Este módulo para magento 2 elimina productos con coincidencias en el SKU mediante consola.

Compatibilidad
--------------

[](#compatibilidad)

- Rama 4.4.x: Magento 2.4.4+ con PHP 8.1+
- Rama 4.x: Magento 2.4.0 a 2.4.3 con PHP 7.4
- Rama 3.x: Magento 2.3.x con PHP 7.4

[![gdw_rmproductsbyskupath_01](https://camo.githubusercontent.com/565da213e4876f9acf5e163ce776f786bd88a5f9f0ceb06fd3445882a3996ddd/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f726d70726f64756374736279736b75706174682f6764775f726d70726f64756374736279736b75706174685f30312e706e67)](https://camo.githubusercontent.com/565da213e4876f9acf5e163ce776f786bd88a5f9f0ceb06fd3445882a3996ddd/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f726d70726f64756374736279736b75706174682f6764775f726d70726f64756374736279736b75706174685f30312e706e67)[![gdw_rmproductsbyskupath_02](https://camo.githubusercontent.com/9050ee5a56a7767d19f3e01caa978522eb0924b6c4ed8e3a0577bcb85de6f0da/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f726d70726f64756374736279736b75706174682f6764775f726d70726f64756374736279736b75706174685f30322e706e67)](https://camo.githubusercontent.com/9050ee5a56a7767d19f3e01caa978522eb0924b6c4ed8e3a0577bcb85de6f0da/68747470733a2f2f6d6564696f732e6764772e6d782f6769746875625f6173736574732f6764775f726d70726f64756374736279736b75706174682f6764775f726d70726f64756374736279736b75706174685f30322e706e67)

###### Ejecuta los siguientes comandos en la ruta base de Magento.

[](#ejecuta-los-siguientes-comandos-en-la-ruta-base-de-magento)

### Instalación

[](#instalación)

```
composer require gdw/rmproductsbyskupath

php bin/magento module:enable GDW_RmProductsBySkuPath
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Actualización

[](#actualización)

```
composer update gdw/rmproductsbyskupath

php bin/magento module:enable GDW_RmProductsBySkuPath
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Eliminación

[](#eliminación)

```
php bin/magento module:disable GDW_RmProductsBySkuPath
composer remove gdw/rmproductsbyskupath
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Uso

[](#uso)

```
php bin/magento gdw:rmproductsbysku --path=VALOR
Confirmar la cantidad de SKUs a eliminar.
Listo.

```

### Expresiones de Gratitud

[](#expresiones-de-gratitud)

- 📢 Comenta a otros sobre este proyecto.
- 👨🏽‍💻 Da las gracias públicamente.
- [🍺 Invítame una cerveza](https://www.paypal.me/gestiondigitalweb)

### Otros enlaces

[](#otros-enlaces)

- [ Sitio web](https://gdw.mx/?utm_source=github&utm_medium=gdw&utm_campaign=rmproductsbyskupath&utm_id=link)
- [Listado de Módulos](https://gdw.mx/modulos/)
- [Facebook](https://www.facebook.com/GestionDigitalWeb)
- [Youtube](https://www.youtube.com/c/Gestiondigitalweb)

### Documentación

[](#documentación)

- [https://docs.gdw.mx/modulos/gdw\_rmproductsbyskupath](https://docs.gdw.mx/modulos/gdw_rmproductsbyskupath)

### Changelog

[](#changelog)

Consulta el changelog del módulo en:

- [https://docs.gdw.mx/modulos/gdw\_rmproductsbyskupath/changelog](https://docs.gdw.mx/modulos/gdw_rmproductsbyskupath/changelog)

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance93

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~85 days

Recently: every ~2 days

Total

18

Last Release

35d ago

Major Versions

1.0.4 → 4.4.02026-05-07

3.0.0 → 4.4.12026-05-18

3.0.1 → 4.4.22026-05-23

3.x-dev → 4.0.22026-05-23

PHP version history (5 changes)1.0.1PHP ^7.2||^8.0

1.0.3PHP &gt;=7.4 &lt;8.3

1.0.4PHP &gt;=8.1 &lt;8.4

4.0.0PHP &gt;=7.4 &lt;8.0

4.4.3PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/011c8087d6be68d6575cce057daa7ba50cba5748500be27371d486e8f34a8c60?d=identicon)[josecruzchavez](/maintainers/josecruzchavez)

---

Top Contributors

[![josecruzchavez](https://avatars.githubusercontent.com/u/1300329?v=4)](https://github.com/josecruzchavez "josecruzchavez (26 commits)")

---

Tags

clicommandgdwmagentomagento2magento2-extensionmagento2-extension-freemagento2-free-extensionmagento2-modulephpphp7php8productsshsshcrudcommanddeletemagento 2gestion digital webgdwsku

### Embed Badge

![Health badge](/badges/gdw-rmproductsbyskupath/health.svg)

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

###  Alternatives

[league/climate

PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.

1.9k14.7M300](/packages/league-climate)[league/tactician

A small, flexible command bus. Handy for building service layers.

86516.0M138](/packages/league-tactician)[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2959.5M255](/packages/helhum-typo3-console)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)

PHPackages © 2026

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