Download the PHP package parc/update-urlkeys without Composer

On this page you can find all versions of the php package parc/update-urlkeys. 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 update-urlkeys

Magento 2 Update URL Keys

The Magento 2 Update URL Keys module allows you to update URL keys for products in Magento 2. It provides an easy way to update the URL keys based on the current name.

When the name of a product changes, the URL key associated with that product should be updated accordingly. Changes to the product name happen frequently, and it is important to keep the URL key in sync to ensure consistent and accurate URLs for the product.

The URL key is a unique identifier used in the URL of a product page. It is generated based on the product name and is used to create a user-friendly and search engine-friendly URL. When the product name is modified, the URL key should be updated to reflect the new name.

This process can be automated by implementing a custom functionality that listens for product name changes and automatically updates the URL key. Whenever the name of a product is modified, the system should trigger the update of the URL key to match the new name.

By keeping the URL key up to date with the product name, you ensure that customers can access the product page using a meaningful and relevant URL, and search engines can properly index and rank the product in search results.

Implementing this functionality can help maintain consistency and improve the overall user experience of your online store.

Features

Requirements

Installation

Run the following Composer command to install the module:

Enable the module by running the following commands:

Flush the Magento cache by running the following command:

Usage

1. Backend

Log in to your Magento admin panel. Go to Stores > Configuration > Parc Network > Update Url Keys. Select the store views and the desired update method, which can differ between multiple store views. Configure your own cronjob interval and save the configuration

Note: The cronjob functionality is disabled by default.

2. CLI

Inside your Magento2 root, hit bin/magento parc:updateurlkeys

A list of all possible parameters can be found via -h / --help or below:

I would only recommend using the CLI when:

Support

If you encounter any issues or have any questions, please create an issue on the GitHub repository.

Contributing

Contributions are welcome! If you would like to contribute to the project, please fork the repository and submit a pull request.

License

This module is licensed under the MIT License.


All versions of update-urlkeys with dependencies

PHP Build Version
Package Version
Requires php Version ~8.0|~8.1
magento/framework Version ^103.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 parc/update-urlkeys contains the following files

Loading the files please wait ....