Download the PHP package shipperhq/module-shipper without Composer

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

ShipperHQ

Integrate Magento 2 with ShipperHQ to provide highly flexible shipping rate management. More information on ShipperHQ capabilities are available at https://shipperhq.com

Facts

Description

ShipperHQ will install as a simple shipping carrier in Magento 2. To get started you'll need to sign up for a ShipperHQ account at ShipperHQ.

There's no cost for the extension and ShipperHQ is free for 15 days.

Once installed, you can configure with your ShipperHQ platform credentials to provide multiple carrier rates and manage complex shipping rules via our ShipperHQ dashboard.

Compatibility

This module supports and is tested against the following Magento versions:

per the official Magento 2 requirements

Supports both Magento Opensource (Community) and Magento Commerce (Enterprise)

Compatibility with earlier editions is possible but not maintained.

Installation Instructions

Install using composer by adding to your composer file using commands:

  1. composer require shipperhq/module-shipper
  2. composer update
  3. bin/magento setup:upgrade

We recommend you also install our logging module

  1. composer require shipperhq/module-logger
  2. composer update
  3. bin/magento setup:upgrade

Configure ShipperHQ for shipping rates on your Magento 2 Store

If you don't have a ShipperHQ account:

  1. Sign up for a free trial at www.shipperhq.com
  2. After you have signed up to ShipperHQ, follow the steps of the basic configuration wizard

Connect your ShipperHQ account and get shipping rates:

  1. In your ShipperHQ account, navigate to > Websites > edit your existing site or Add a New one
  2. In the “eCommerce Configuration” panel, copy your API Key and Generate your Authentication Code
  3. In your Magento 2 admin, navigate to Stores > Configuration > Sales > Shipping Methods > ShipperHQ
  4. Enter the API Key and the Authentication Code you have copied from step 2
  5. Make sure to update the Enabled dropdown to “Yes”
  6. Save the store configuration settings
  7. You should see "1 carriers have been updated from ShipperHQ"

Your ShipperHQ account is now connected to your Magento 2 store, and you will now be able to show ShipperHQ shipping rates in your cart and checkout.

To continue setting up your ShipperHQ account to match your shipping requirements, see ShipperHQ documentation

Support

If you have any issues with this extension, open an issue on GitHub. Alternatively you can contact us via email at [email protected] or via our website https://shipperhq.com/contact

Magento Issues Impacting ShipperHQ

  1. Magento v2.1.3 - Website specific shipping rates or configuration are not working
  2. "Malformed Request" error when saving configuration or attempting to synchronize - environment is PHP 7
  3. Only country, region and postcode are included in shipping request at checkout - you may not see correct rates returned if filtering on city or PO box addresses
  4. Error thrown when using Elastic search and Magento Enterprise " error: MapperParsingException[No handler for type [array] declared on field [shipperhq_master_boxes]"
    • Magento issue number/patch reference: MDVA-791 - contact Enterprise support for patch
  5. Error thrown when placing an order with some shipping methods. Root cause is that some shipping methods have shipping method codes longer than the column length on quote for shipping_method field. Field is truncating the code and order cannot be placed.
  6. Free shipping via cart rules are never removed once they have been applied, even if conditions are no longer met
  7. Shipping step of checkout times out and returns multiple blank radio buttons. Specific to PHP5.x. Ensure you have set always_populate_raw_post_data to -1 in your php.ini file

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

License

See license files

Copyright

Copyright (c) 2015 Zowta LLC (http://www.ShipperHQ.com)


All versions of module-shipper with dependencies

PHP Build Version
Package Version
Requires magento/framework Version >=100.0
magento/module-store Version >=100.2
shipperhq/library-ws Version ^20.7.0
shipperhq/library-shipper Version ^20.17
shipperhq/library-graphql Version ^20.4.0
shipperhq/module-common Version ^20.10.0
shipperhq/module-logger Version *
lcobucci/jwt Version ^4.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 shipperhq/module-shipper contains the following files

Loading the files please wait ....