Download the PHP package softcommerce/module-attribute-set-cleaner without Composer
On this page you can find all versions of the php package softcommerce/module-attribute-set-cleaner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softcommerce/module-attribute-set-cleaner
More information about softcommerce/module-attribute-set-cleaner
Files in softcommerce/module-attribute-set-cleaner
Package module-attribute-set-cleaner
Short Description Cleans attribute set by removing un-used attributes in the given set.
License MIT
Informations about the package module-attribute-set-cleaner
Attribute Set Cleaner extension for Magento 2.
This module was designed to clean up eav attribute sets by removing unused attributes from the attribute group sets using CLI.
Removing unused attributes from attribute sets could be a daunting task as it requires much effort to find and identify the attributes which are not used in the given attribute set entity tables. The Attribute Set Cleaner was developed to solve this problem.
The module will search and remove the attributes, which are not used in the given entity tables [catalog_product_entity_int, catalog_product_entity_varchar etc.]. As an example, if an attribute with the code "color" is assigned to "Default" attribute set, and the attribute has no value in the given entity table [catalog_product_entity_int], the attribute will be removed from the attribute group set.
Supported Entities
- Catalog product.
We'll be adding support for other entities in the future.
Compatibility
- Magento >= 2.4 CE || EE || ECE
- PHP ~7.4 || ~8.0 || ~8.1
Installation
Using composer
Post Installation
In production mode:
In development mode:
Usage
Remove unused attributes
Command options:
Example:
Support
Soft Commerce Ltd
[email protected]
License
Each source file included in this package is licensed under OSL 3.0.
Open Software License (OSL 3.0).
Please see LICENSE.txt
for full details of the OSL 3.0 license.
Thanks for dropping by
All versions of module-attribute-set-cleaner with dependencies
magento/module-eav Version *
softcommerce/module-core Version *