Download the PHP package avarda/shipping-broker-partner without Composer

On this page you can find all versions of the php package avarda/shipping-broker-partner. 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 shipping-broker-partner

Avarda_ShippingBrokerPartner

Avarda Partner Shipping provider for Avarda_ShippingBroker, with Magento acting as the implementor: Avarda's checkout calls back into this store to create and maintain a shipping session, Magento answers with its own carriers' rates, and the option list is rendered inside the Avarda checkout. Registers as the partner provider (an alternative to the nShift provider).

Requirements

Configuration

Under Stores → Configuration → Sales → Payment Methods → Avarda Checkout V3 → Avarda Shipping Broker, set Provider to partner. This is the shipping-provider switch (shared with nShift); choosing partner activates this module and reveals its settings:

Field Notes
Partner Bearer Secret Must match the secret configured in the Avarda merchant portal. Use the Generate button to create a random one.
Session TTL (seconds) Default 3600

Also set the implementor base URL in the Avarda merchant portal to the store host (https://<host>), using the same bearer secret on both sides.

Shipping methods

All active Magento shipping methods are offered as plain delivery options — core carriers (flat rate, free shipping, table rate) and custom carriers alike, with no extra modules and no per-method configuration. Only pickup-point carriers need an add-on provider.

Pickup points

Carriers that deliver to pickup points (parcel lockers, service points) are supported through add-on bridge modules, one per carrier. A bridge lists the points near the delivery address and stores the chosen point so the carrier's label printing keeps working. This module ships no pickup-point providers itself; plain delivery works without any. If a carrier's pickup point lookup fails, the option falls back to plain delivery.

Order data

When the order is placed, the broker's placeholder shipping method is replaced with the Magento method the customer actually chose, and a snapshot of the selection is stored on the order's shipping address as avarda_shipping_selection (JSON), exposed as an order address extension attribute. Sessions live in their own table, keyed by the Avarda purchase ID.

Notes and limitations


All versions of shipping-broker-partner with dependencies

PHP Build Version
Package Version
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 avarda/shipping-broker-partner contains the following files

Loading the files please wait ...