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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-catalog-images-clean

NathanDay CatalogImagesClean Extension

Facts

Description

Magento 2 Module to Clean Catalog Images able to Remove Unused Images from the file system and missing images from the database.

Requirements

Compatibility

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.

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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nathanday/module-catalog-images-clean contains the following files

Loading the files please wait ....