magepsycho / magento2-custom-shipping
magepsycho/magento2-custom-shipping
Magento 2 Custom Shipping

Magento 2 Custom Shipping
Overview
Magento 2 Custom Shipping is a sample for Shipping module in Magento 2.
You can use this module as a base for developing any custom shipping modules.
🛠️ Installation
Using Composer
Run the commands from the root of the Magento installation
composer require magepsycho/magento2-custom-shipping
Using modman
modman init
modman clone [email protected]:MagePsycho/magento2-custom-shipping.git
Using Zip
- Download the Zip File
- Extract & upload the files to
/path/to/magento2/app/code/MagePsycho/CustomShipping/
After installation by either means, enable the extension by running following commands (again from root of Magento2 installation):
php bin/magento module:enable MagePsycho_CustomShipping --clear-static-content
php bin/magento setup:upgrade
Click here to read more on module packaging, installation & activation in Magento 2
🚀 Screenshots

- Screentshot - Backend Settings

2. Checkout Steps 1 - Checkout

3. Checkout Steps 2 - Summary
Contributors
To Contribute
Any contribution to the development of Magento 2 Custom Shipping is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.
Need Support?
If you encounter any problems or bugs, please create an issue on GitHub.
Please visit our store for more FREE / paid extensions OR contact us for customization / development services.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
No dependencies declared
This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality - Static Tests
Checks run directly against the module's source code, independent of any Magento or PHP version: coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity, and a security audit of its declared dependencies. Each runs once.
Code Quality - PHPStan
PHPStan type-checks the module's PHP against a real Magento install (so framework and core-module symbols resolve) at the configured gate level. Because the available symbols differ between releases, it runs separately for each Magento and PHP version. The grid below shows the result for each pairing; select one to see its findings. This never affects compatibility.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
More from magepsycho
View vendorMagento 2 Disable Customer Registration
Magento 2 Preview / Go To Catalog Extensions
Magento 2 Discount Amount Limiter
Magento 2 FREE SEO Suite
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.