Download the PHP package justshout/magento2-gfs without Composer

On this page you can find all versions of the php package justshout/magento2-gfs. 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 magento2-gfs

GFS (Global Freight Solutions) - Magento 2 Module

This module provides and integration for the Global Freight Solutions Checkout Widget that will provide a variety of shipping options that will be shown in the Magento 2 Checkout

Developers:

Global Freight Solutions - https://github.com/GlobalFreightSolutions

Installation

To use this module in your Magento 2 store instance, you will need to run the composer command composer require justshout/magento2-gfs. When this has been done, go to the bin folder in the magento 2 project and then to the following

  1. Run the module enabling command php magento module:enable JustShout_Gfs
  2. Run the upgrade command with php magento setup:upgrade
  3. Run the static content command with the stores language so if its uk english it would be php magento setup:static-content:deploy en_GB

For a more in-depth guide of how to install the module from the Magento 2 Marketplace please visit https://devdocs.magento.com/guides/v2.2/comp-mgr/install-extensions.html

User Guide

To setup the shipping module, log into your admin panel and navigate to your configuration by going to STORES > Settings > Configuration and then going to Sales > Shipping Methods, and after doing this, you will be able to see the GFS tab.

To enable the GFS module, you will either need to login or register with GFS to retrieve your Retailer ID and Retailer Secret keys.

After you have received these details, set the Enabled dropdown to Yes and then copy your details to the Retailer ID and Retailer Secret Fields and the click Save Config. You will then be able to test your connection to GFS by clicking the Test Connection button.

After setting these options, you will have a variety of options you can change to personalise the GFS widgets in your magento checkout Please note that by installing and enabling the GFS module, other shipping methods will not be available on the store.

License

Apache License 2.0


All versions of magento2-gfs with dependencies

PHP Build Version
Package Version
Requires php Version ~7.1.0|~7.2.0|~7.3.0
magento/framework Version 100.0.*|100.1.*|101.0.*|102.0.*
guzzlehttp/guzzle Version ^6.3
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 justshout/magento2-gfs contains the following files

Loading the files please wait ....