realtimedespatch / magento2-orderflow
Magento 2 OrderFlow Integration
Package info
github.com/realtimedespatch/magento2-orderflow
Type:magento2-module
pkg:composer/realtimedespatch/magento2-orderflow
1.6.0
2024-09-03 11:16 UTC
Requires
- php: ^8.0|^8.1|^8.2|^8.3
- sixbysix/realtime-despatch: ^1.4.1
This package is auto-updated.
Last update: 2026-02-17 14:44:52 UTC
README
Installation
composer require realtimedespatch/magento2-orderflow php bin/magento module:enable RealtimeDespatch_OrderFlow php bin/magento setup:upgrade php bin/magento setup:di:compile
Compatibility
- Magento 2.4, 2.5, 2.6, 2.7
- PHP 8.0-8.4
Documentation
The official documentation can be found at the following location:
Contributing
PRs should satisfy the following tests:
Unit Tests
vendor/bin/phpunit -c vendor/realtimedespatch/magento2-orderflow/phpunit.xml --coverage-text vendor/realtimedespatch/magento2-orderflow
PHP Compatibility
vendor/bin/phpcs -p vendor/realtimedespatch/ --standard=PHPCompatibility --runtime-set testVersion 8.0-8.4