shipperhq / module-common
ShipperHQ Common
Package info
github.com/shipperhq/module-common
Type:magento2-module
pkg:composer/shipperhq/module-common
Requires
- magento/framework: >=100.0
- magento/module-store: >=100.0
- shipperhq/library-shipper: ^20.12
- shipperhq/library-ws: ^20.4
Requires (Dev)
- fooman/magento2-phpunit-bridge: ^0.9.0
- friendsofphp/php-cs-fixer: ~2.1.1
- jakub-onderka/php-console-highlighter: ^0.3.2
- jakub-onderka/php-parallel-lint: ^0.9.2
- lusitanian/oauth: ~0.8.10
- mikey179/vfsstream: ^1.6
- pdepend/pdepend: ^2.5
- phploc/phploc: ^4.0
- phpmd/phpmd: @stable
- phpro/grumphp: ^0.12.1
- phpunit/phpunit: ~5.3.0
- sebastian/phpcpd: 2.0.4
- squizlabs/php_codesniffer: ^3.2
- symfony/dependency-injection: >3.4.26
- theseer/phpdox: ^0.10.1
This package is auto-updated.
Last update: 2026-05-29 10:49:15 UTC
README
ShipperHQ Common is a shared library module that provides the core models, interfaces, and utilities used across ShipperHQ's suite of Magento 2 modules. It is a required dependency of other ShipperHQ modules and is not intended to be used standalone.
Features
- Shared Models: Common data models for pickup, calendar, and shipping option features shared across ShipperHQ modules.
- Configuration Interfaces: Abstract configuration classes and interfaces that provide a consistent configuration contract across the ShipperHQ module suite.
- Checkout Integration: Plugin support for Magento's shipping method management to enable ShipperHQ's extended checkout capabilities.
- Service Abstractions: Shared service classes consumed by ShipperHQ feature modules to avoid duplication and ensure consistency.
Installation
This module is installed automatically as a dependency when you install any ShipperHQ module that requires it. You do not need to install it directly.
Full installation instructions for the ShipperHQ extension are available in the ShipperHQ documentation.
Requirements
- Magento 2.4.4+
- Compatibility with earlier editions is possible but not maintained
- Supports both Magento Opensource (Community) and Magento Commerce (Enterprise)
- A valid ShipperHQ account. Sign up here for your 15-day free trial!
Configuration
This module has no configuration of its own. All ShipperHQ configuration is managed through the main ShipperHQ module under Stores > Configuration > Sales > Shipping Methods > ShipperHQ.
You can find full configuration instructions in the ShipperHQ documentation.
Frequently Asked Questions
1. Do I need to install this module manually?
No. This module is pulled in automatically as a composer dependency when you install any ShipperHQ module that requires it.
2. Is there a free trial available for ShipperHQ?
Yes, ShipperHQ offers a free trial for new users. You can sign up for the trial on the ShipperHQ website and explore the platform's features before committing to a subscription.
3. How do I troubleshoot issues related to this module?
- Verify that all ShipperHQ modules are on compatible versions by checking the
requireconstraints in each module'scomposer.json. - Check our extensive documentation for troubleshooting tips.
4. Can I use this module without installing the main ShipperHQ module?
No, this library is not intended for standalone use. It is designed to be consumed by other ShipperHQ modules that provide the actual shipping features.
Support
For assistance, please visit our Help Center or contact ShipperHQ support at support@shipperhq.com.
For alternative contact methods, please visit our Contact Us page.
Contributing
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)