convert / porterbuddy-magento
Porterbuddy shipping integration for Magento 1
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 21
Forks: 0
Open Issues: 0
Type:magento-module
Requires
Requires (Dev)
- phpunit/dbunit: 2.*
- phpunit/php-invoker: *
- phpunit/phpunit: 5.7.*
This package is auto-updated.
Last update: 2025-04-10 18:23:07 UTC
README
Porterbuddy is a delivery provider, and the module is a shipping method for the checkout process.
Installation using Composer
Magento Composer Installer will automatically install Porterbuddy module via symlinks or by copying files. It will also take care of future module updates.
Sample composer.json:
{
"require": {
"convert/porterbuddy-magento": "~2.0"
},
"extra": {
"magento-root-dir": "./",
"magento-deploystrategy":"copy"
}
}
Running unit tests
-
install dev composer dependencies
Sample composer.json:
{ "require": { "phpunit/phpunit": "5.7.*", "phpunit/php-invoker": "1.1.x-dev", "phpunit/dbunit": "2.*" } }
-
vendor/bin/phpunit vendor/convert/porterbuddy/app/code/community/Convert/Porterbuddy/Test/Unit/