Download the PHP package mastersoft/address-widget without Composer

On this page you can find all versions of the php package mastersoft/address-widget. 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 address-widget

mastersoft-address-magento

Mastersoft Address Autocomplete extension or module for Magento2.

Releases

Installation

Go to your Magento2 Home (usually is in /var/www/html directory).

Composer Installation (Recommended)

Make sure git is installed: apt-get install git.

If successful, you should find the module source in /var/www/html/vendor/mastersoft/address-widget/ directory.

Verify Mastersoft_AddressWidget module has been installed properly: php bin/magento module:status. It should be listed in the Enabled Modules.

Next is to configure Mastersoft Address Configuration.

Updating Existing Composer Installation

For example to update to Mastersoft Address Widget v1.0.2.

(Optional) Follow steps in Additional Steps - For Production Mode Only.

If the page is blank or encounter permission error in the admin store or store homepage, see Installation Troubleshooting.

Manual Installation

  1. Download the zip file in ZIP directory.
  2. Unzip it in your Magento2 Home directory, it will merge with existing directories and files.

You should find the module source in /var/www/html/app/code/Mastersoft/AddressWidget/ directory.

Verify Mastersoft_AddressWidget module has been installed properly: php bin/magento module:status. It should be listed in the Enabled Modules.

Next is to configure Mastersoft Address Configuration.

Additional Steps - For Production Mode Only

These are additional steps after php bin/magento setup:upgrade - for Production mode only.

Installation Troubleshooting

If the page is blank or encounter permission error or other errors in the store homepage.

Configuration

In Magento2 Admin Dashboard of your Store: go to Stores -> Configuration -> Services -> Mastersoft Address.

Get your FREE licence key here.

To configure the Widget Options, here is the full list of available FeatureOption.

For more detail, please see the Configuration in User Guide.

Disable/Enable Module

There are 2 ways to disable/enable this module:

  1. In Mastersoft Address Configuration: Enable Module field OR
  2. In Magento Command

Uninstallation

Composer Uninstallation

This will work only if the module has been installed using Composer.

Manual Uninstallation

Remove module data in magento2 database:

Remove Mastersoft_AddressWidget module reference from app/etc/config.php file.

User Guide

For more detail documentation, please refer to this User Guide.

Support

If you have any questions or issues with this module, open an issue on GitHub. Alternatively you can contact us via e-mail or via our website below.

E-mail: [email protected]
Homepage: https://www.mastersoftgroup.com/

Copyright

(c) 2023 Mastersoft


All versions of address-widget with dependencies

PHP Build Version
Package Version
No informations.
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 mastersoft/address-widget contains the following files

Loading the files please wait ....