Download the PHP package nathanday/module-catalog-images-clean without Composer
On this page you can find all versions of the php package nathanday/module-catalog-images-clean. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nathanday/module-catalog-images-clean
More information about nathanday/module-catalog-images-clean
Files in nathanday/module-catalog-images-clean
Download nathanday/module-catalog-images-clean
More information about nathanday/module-catalog-images-clean
Files in nathanday/module-catalog-images-clean
Vendor nathanday
Package module-catalog-images-clean
Short Description Magento 2 module to facilitate maintenance of catalog images
License proprietary
Package module-catalog-images-clean
Short Description Magento 2 module to facilitate maintenance of catalog images
License proprietary
Please rate this library. Is it a good library?
Informations about the package module-catalog-images-clean
NathanDay CatalogImagesClean Extension
Facts
- version: 1.0.0
- extension key: NathanDay_CatalogImagesClean
- extension on GitHub
Description
Magento 2 Module to Clean Catalog Images able to Remove Unused Images from the file system and missing images from the database.
Requirements
- PHP >= 7.0.0
- Mage_Core
Compatibility
- Magento >= 2.0
Installation Instructions
Uninstallation
Usage
Info Command
For Details of Unused, Missing and Duplicated images you do not need to specify any particular flag, if you want information on one or more, specify which flag you require
Sample Output
for more detailed information add -v
to the command and this will print out detailed information specific for each type.
- in the case of missing images the verbose flag will print a list of files and how many times that file appears in the gallery records.
- in the case of unused images this will print out a list of images that are present in the filesystem but not in the database
- in the case of duplicated date, this will print a list of images and what they are a duplicate of
Clean Command
**Important**: Before utilising this command it is recommended to take a Database and Media Backup.
The clean command will process through all actions to clean up your catalog image files and database records. As with the info command you can specify an individual subset of images to clean e.g. `--missing` will only action the clean command for missing images.
you can specify the `--dry-run` flag which will print out what actions would be taken.
The verbose flag `-v` can also be added to the command to print a list of the Images or database records that will be updated.
When using this command without the `--dry-run` flag you will shown a recommendation to make an appropriate backup before proceeding at which point you will be asked to confirm you want to proceed.
after this point the command will proceed to Update your database to remove any instances of missing image records and/or Delete files from the media directory that are not associated with any product, depending on your choice of which subsets to clean.
Support
-------
If you have any issues with this extension, open an issue on [GitHub](https://github.com/natedawg92/CatalogImageClean/issues).
Contribution
------------
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).
Developer
---------
[Nathan Day](mailto:[email protected])
Licence
-------
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)
Copyright
---------
(c) 2020 Nathan Day
All versions of module-catalog-images-clean with dependencies
PHP Build Version
Package Version
Requires
magento/framework Version
>=100.0.1
magento/module-catalog Version >=100.0.1
php Version ~7.3.0||~7.4.0||^8.0
magento/module-catalog Version >=100.0.1
php Version ~7.3.0||~7.4.0||^8.0
The package nathanday/module-catalog-images-clean contains the following files
Loading the files please wait ....