2017 © Pedro Peláez
 

magento2-module module-shipment

Magento 2 Shipment Base

image

mygento/module-shipment

Magento 2 Shipment Base

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Magento 2 Shipment Base

Build Status Latest Stable Version Total Downloads, (*1)

Installation with composer

  • Include the repository: composer require mygento/module-shipment

Usage

Every extension should have three classes:, (*2)

  • Client inherits \Mygento\Shipment\Model\AbstractClient, (*3)

    Class is used for communication with API. Exchanges with others through Service., (*4)

  • Carrier inherits \Mygento\Shipment\Model\AbstractCarrier, (*5)

    Class is used to work with Magento Shipping Rates, (*6)

  • Service inherits \Mygento\Shipment\Model\AbstractService, (*7)

    Class is responsible for working with Magento and DB, (*8)

Compability

The module is tested on magento version 2.4.x, (*9)

The Versions

24/07 2018

v2.2.x-dev

2.2.9999999.9999999-dev https://github.com/mygento/module-shipment

Magento 2 Shipment Base

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires

magento2 mygento