Download the PHP package dhl/module-label-status without Composer

On this page you can find all versions of the php package dhl/module-label-status. 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-label-status

DHL Label Status extension

This extension adds status icons for orders created with the DHL Shipping extension to the Magento® 2 orders grid.

Description

This extension adds icons for DHL shipment status to the Magento® 2 orders grid.

This functionality was previously available as part of DHL Shipping. Since DHL Shipping version 0.10.0 it is available as a separate add-on.

It is not designed to function without the DHL Shipping extension.

Requirements

Installation Instructions

The DHL Label Status extension can be installed via Composer:

composer require dhl/module-label-status:*

Enable Module

Once the source files are available, make them known to the application:

./bin/magento module:enable Dhl_LabelStatus
./bin/magento setup:upgrade

Last but not least, flush cache and compile.

./bin/magento cache:flush
./bin/magento setup:di:compile

Uninstallation

The following sections describe how to uninstall the module from your Magento® 2 instance.

To unregister the shipping module from the application, run the following command:

./bin/magento module:uninstall --remove-data Dhl_LabelStatus
composer update

This will automatically remove source files, clean up the database, update package dependencies.

Please note that automatic uninstallation is only available on Magento version 2.2 or newer. On Magento 2.1 and below, please use the following manual uninstallation method.

Manual Steps

To uninstall the module manually, run the following commands in your project root directory:

./bin/magento module:disable Dhl_LabelStatus
composer remove dhl/module-label-status

To clean up the database, run the following commands:

ALTER TABLE `sales_order_grid` DROP COLUMN `dhlshipping_label_status`;
DROP TABLE `dhlshipping_label_status`;
DELETE FROM `setup_module` WHERE `module` = 'Dhl_LabelStatus';

Support

In case of questions or problems, please have a look at the Support Portal (FAQ) first.

If the issue cannot be resolved, you can contact the support team via the Support Portal or by sending an email to [email protected].

Developers

License

OSL - Open Software Licence 3.0

Copyright

(c) 2019 DHL Paket GmbH


All versions of module-label-status with dependencies

PHP Build Version
Package Version
Requires php Version 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0
magento/module-sales Version ^101.0.0 || ^102.0.0
magento/framework Version ^101.0.0 || ^102.0.0
magento/module-ui Version ^101.0.0
dhl/module-shipping-m2 Version ^0.11.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 dhl/module-label-status contains the following files

Loading the files please wait ....